- The main goal of this project is that to solve the problem characterized by the environment BipedalWalker-v3. ( https://gym.openai.com/envs/BipedalWalker-v2/ ).
- TD3
- Python 3.8
- gym 0.17.2
- box2d 2.3.10
- torch 1.5.0
- numpy 1.18.4
- Matplotlib 3.2.1
- Pillow 7.1.2
- “ Addressing Function Approximation Error in Actor-Critic Methods ” https://arxiv.org/pdf/1802.09477.pdf
- https://towardsdatascience.com/td3-learning-to-run-with-ai-40dfc512f93
- https://gym.openai.com/envs/BipedalWalker-v2/