-
Getting-started: a Jupyter notebook containing a detailed explanation on how to use
regym
to solve single agent Reinforcement Learning scenarios. It walks you through:- How to create a "task" for an agent to solve.
- How to generate an agent from the wide pool of implemented agents suitable to solve such task.
- How to train the agent for a certain number of episodes.
- How to do a basic analysis on the trajectories created by the agent to monitor its performance.
-
Adding a new algorithm: Thorough explanation on all the steps required to add a new Reinforcement Learning algorithm to
regym
. We also explain the conventions that we have been using with the rest of implemented algorithms. We are working on simplifying this process, any sugestions are welcome.
The documentation of this framework is still in very early stages. We recommend looking at the source code documentation for more detailed explanations. Do not hesitate to open up an issue if there are parts of the code base for which you would like more thorough documentation or tutorials on.