Srinjoy Mukherjee

Results 4 issues of Srinjoy Mukherjee

Hey , I tried chapter-11 notebook and ran the A2C algorithm for training. The agent doesnt learn anything. I am pasting the logs below: ``` el 00:00:36, ep 1427, ts...

Hello all, First of all , great project and thanks for the sharing the code. I am currently interested in training the PickupTask using a3c or rainbow. I am facing...

Hello @soyeonm , I am running main.py commands given in the README.md , I am getting 'Insufficient GPU Memory'. I have a 4GB Nvidia 1650Ti. 1. I wanted to know...

hey all, I am using huggingface's transformers' library to do text generations using [LLama3 8B Instruct Model](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct). I want to stop my generation upon encountering certain strings like ('\n') ....