rlberry-py / rlberry

An easy-to-use reinforcement learning library for research and education.
https://rlberry-py.github.io/rlberry
MIT License
160 stars 29 forks source link

User guide #325

Open TimotheeMathieu opened 1 year ago

TimotheeMathieu commented 1 year ago

I propose we do a user guide for rlberry. The outline of which would be something like this:

Feel free to suggest any change to this outline. Once we all agree to the outline, we can distribute the work among us.

TimotheeMathieu commented 11 months ago

An I suggest we use rundoc or something similar to verify that the code in the user guide actually does something and have exit code 0.

I think this should go into the long tests because the user guide will contain some code to train agents and it would be too heavy for azure.

KohlerHECTOR commented 11 months ago

An example of a user guide section from pr #276 : https://rlberry--276.org.readthedocs.build/en/276/basics/comparison.html

We can try Jupytext to edit markdown in jupyter.

riiswa commented 11 months ago

I'm adding notes concerning Philippe's remarks (check your mailbox):

Basically, we should pass on each function/methods, and write the documentation in a better way (if needed), so that everything is documented and explicit.