-
Notifications
You must be signed in to change notification settings - Fork 81
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
How to adapt this code to a new environment? #8
Comments
Adding examples of applying A3C for OpenAI Gym's continuous tasks is on my To-Do list. Since |
Thanks! I will try and see how it goes. |
Is it only for gym? What about other problems? |
You only need to define an original environment class that has |
Thanks. I will rewrite those methods. Mine problem is not even a game. |
Hi,
This looks great. How would you go about and adapt this to Open AI Gym for example?
Can you please provide a set of places where changes have to be made?
How Generic is the code to adapt to any environment?
The text was updated successfully, but these errors were encountered: