cule icon indicating copy to clipboard operation
cule copied to clipboard

Documentation on usage

Open ovsen opened this issue 3 years ago • 1 comments

Hi

It would be nice to have some quick start documentation for people that are currently using the openai gym to move over to cule.

ovsen avatar Jan 05 '22 23:01 ovsen

Hi, cule is supposed to replace openai gym. Code in the examples folder show how to use cule for a2c, vtrace, dqn, and other typical RL algorithms. However, I believe the easiest starting point to understand how to use it is in cule/examples/visualize/animate.py - here you can see how to call cule's step function, reset observation and so on. You should see that cule's syntax is compatible with OpenAI gym syntax. Feel free to ask specific questions if you need more help.

ifrosio avatar Jan 07 '22 09:01 ifrosio