-
Notifications
You must be signed in to change notification settings - Fork 26
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 display and continue train? #11
Comments
@Jiang1206 i have the same problems with you.i want to see the gif while training. i also find the param --display doesn't work, only training but not display.this repo use --save-gif-data to save gif-data,--render-gif to render gif,but error occurs as follow: |
Has this problem been solved? |
I'm very interested in this project and try to use it, but I'm not very clear about the code running. I encountered the following problems :
I try to run
python -m maddpg_o/experiments/train_normal --display
to display the render, but it not work,only training and not display. what should i do?When the training process is interrupted, I try to add
--restore
totrain_grassland_epc.sh
to continue training, but the designated--load-dir
can not continue training, is the designated XX right?The text was updated successfully, but these errors were encountered: