Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 508 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 508 Bytes

RL algorithms with pytorch

Hands-on project after finishing Deepmind's RL course. First I learned and used JAX for the implementations, but I found that it took too much time to debug anything because of the lack of documentation (mostly for haiku) and forums. I decided to abandon the project and re-implement & re-design it in PyTorch instead.

🚧 The project is still in progress.