Open ZhimengChi opened 11 months ago
Offline RL training should use generate_data.py to generate transactions. However, I encounter a new problem: No such file or directory : '../DQNRESENT;R_0.001_OPTION_ADAM_H_200_W_STEPS_35000_BUFFER_SIZE_2000_BATCH_SIZE_12_SEED_81_9_7_2020_9_52_weights.pt'
Offline RL training should use generate_data.py to generate transactions. However, I encounter a new problem: No such file or directory : '../DQNRESENT;R_0.001_OPTION_ADAM_H_200_W_STEPS_35000_BUFFER_SIZE_2000_BATCH_SIZE_12_SEED_81_9_7_2020_9_52_weights.pt'
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.
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 Maybe you can check this out and find some solutions.
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.