We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was trying to train a policy from scratch like this and the model starts actually training but Unity stays on the main page:
python run_drone_control.py --train 1 --render 1
Even if in the output I have this message:
[UnityBridge] Initializing ZMQ connection! [UnityBridge] Initializing ZMQ connections done! [VecEnv] Flightmare Bridge is created.
And when I run the test with the saved weights it all works fine:
python run_drone_control.py --train 0 --render 1 --weight /path/to/weight
So my question is, does the Unity rendering work only for testing or it can be used also to monitor the training?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was trying to train a policy from scratch like this and the model starts actually training but Unity stays on the main page:
Even if in the output I have this message:
And when I run the test with the saved weights it all works fine:
So my question is, does the Unity rendering work only for testing or it can be used also to monitor the training?
The text was updated successfully, but these errors were encountered: