DongJin
DongJin
Hi, first of all, thanks for your awesome codes. This is not about any technical issue, but about the algorithm of the DDPG code. As far as I know, the...
Thanks for your great implementation of TRPO. This is helpful for those (including me) who want to implement TRPO by themselves because there are a few implementations. I just found...
Hi, I just followed [this tutorial](https://www.gymlibrary.dev/content/environment_creation/). It was really helpful to me. I have a minor question about [`step()`](https://github.com/Farama-Foundation/gym-examples/blob/main/gym_examples/envs/grid_world.py#L83) method. The tutorial explains `step()` method returns 4-tuple `(observation, reward, done,...