Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation on usage #32

Open
ovsen opened this issue Jan 5, 2022 · 1 comment
Open

Documentation on usage #32

ovsen opened this issue Jan 5, 2022 · 1 comment

Comments

@ovsen
Copy link

ovsen commented Jan 5, 2022

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.

@ifrosio
Copy link
Contributor

ifrosio commented Jan 7, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants