-
Notifications
You must be signed in to change notification settings - Fork 4
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
Request for Assistance with ts_train.py Error #2
Comments
Could you please show me your config,yaml? |
You can use the following script to check whether the environment can be registered successfully.
|
Thanks for your response. The above script runs without error but when I want to start the training I get the "OnlinePack doesn't exist" error. |
Check if the versions of all libraries are consistent with those in the readme, if not, you need to reconfigure the environment. |
Dear Xiong, |
We have not tested the repo in Windows, so we do not know whether it is the cause of the problem. |
i try the code on ubuntu again, code run with no err。 thank you |
Dear Xiong,
First of all, I want to apologize if my question seems too simple, but I am currently stuck and need some guidance.
I was trying to run the ts_train.py script using the command: python ts_train.py --config cfg/config.yaml --device 0
However, I encountered the following error:
gymnasium.error.NameNotFound: Environment OnlinePack doesn't exist.
could you please help me to solve this error, I also attached the whole error.
thank you for your time and support.
GOPT.txt
The text was updated successfully, but these errors were encountered: