-
Notifications
You must be signed in to change notification settings - Fork 55
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 use Offline_RL to train this agent? #24
Comments
Offline RL training should use generate_data.py to generate transactions. However, I encounter a new problem: |
reset the LOAD_PATH = None; problem resolved. |
When I ran example_agent.py , I met a problem saying " failed to initialize OpenGL", had you met this problem? And how did you solved that? This confuses me for a long time. |
I met this problem too. I had looking for solutions for a long time but the problem have not been solved yet. https://github.com/openai/mujoco-py/issues/187 |
Hi, thanks for sharing this amazing project!
I have successfully run example.py and example_agent.py. Here are two questions I currently have:
Much appreciate.
The text was updated successfully, but these errors were encountered: