You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using DreamerV3 for reinforcement training in a home-made GYM environment, but the training is forced to stop at around 300,000 steps.
How can I solve this problem?
I am running on WSL2, python 3.10, RTX4070 ti SUPER GPU, 32GB memory.
Since we are not using OpenAI GYM but its successor Gymnasium, we may need to rewrite from_gym.py a bit to run the code. (Specifically, modify the import statement, etc.)
The code is as attached.
I am having a lot of trouble with the execution stopping at the same point even if I set the environment to one concurrent execution.
I am using DreamerV3 for reinforcement training in a home-made GYM environment, but the training is forced to stop at around 300,000 steps.
How can I solve this problem?
I am running on WSL2, python 3.10, RTX4070 ti SUPER GPU, 32GB memory.
Since we are not using OpenAI GYM but its successor Gymnasium, we may need to rewrite from_gym.py a bit to run the code. (Specifically, modify the import statement, etc.)
The code is as attached.
I am having a lot of trouble with the execution stopping at the same point even if I set the environment to one concurrent execution.
Thank you in advance for your help.
Code of the GYM environment:
Training Code:
The text was updated successfully, but these errors were encountered: