-
Notifications
You must be signed in to change notification settings - Fork 146
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 load model and visualize results #30
Comments
I have the same question. Can someone tell me how to visualize the experimental environment? Thank you very much. |
1 similar comment
I have the same question. Can someone tell me how to visualize the experimental environment? Thank you very much. |
From README:
So I guess something like this: |
Yeah, same question from me - I posted a similar question a few days ago before I saw this. It looks like rendering is not currently implemented for non-sc2 environments. From my search it looks like the |
I'm trying to run MAPPO or IPPO with sc2 environment but I couldn't figured out how to specify the maps. python3 src/main.py --config=qmix --env-config=sc2 with env_args.map_name=2s3z I want to run epymarl with MAPPO or IPPO algorithms with the same map 2s3z from sc2. could any one help me with that? python3.7 src/main.py --config=mappo --env-config=sc2 with env_args.time_limit=25 env_args.key="SMAC:2s3z" I get this error: sacred.utils.ConfigAddedError: Added new config entry that is not used anywhere |
python src/main.py --config=qmix --env-config=gymma with env_args.time_limit=25 env_args.key="mpe:SimpleSpeakerListener-v0" checkpoint_path="your path" evaluate=True render=True |
Thank you for sharing!!
Using colored RWARE environment, I want to ask how to load and visualize trained models on colored rware
The text was updated successfully, but these errors were encountered: