-
Notifications
You must be signed in to change notification settings - Fork 554
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
Visualizing the Training and Running the Trained Policy using RIG #121
Comments
Can you try passing the |
Thanks for the reply. It doesn't have any effect on both the rig.py and sim_goal_conditioned.py. for rig.py there is a show=True which shows the VAE. I am running the codes on Ubuntu 18, could this be the issue? |
I have a similar issue in Ubuntu 16 as well. |
In Ubuntu16 when I am trying to sim policy I get the following error:
gym version: '0.10.5' and for mujoco I can run the simulate file and drag and drop the humanoid (so I guess the license is fine) is there any other package I need to check? the output of running
|
Update: in Ubuntu16 I face the following errors: after adding the following to .bashrc: I get this error: in Ubuntu18 I face the following error:
any idea how to fix these? |
There are two "horizon + 1". You can simply change them to "horizon" to make rig.py run. I don't know why. It just works. |
Thanks for your repository.
I am trying to train RIG using the following command:
~/rlkit-0.1.2$ python3.6 examples/rig/pusher/rig.py
the training proceeds, but can I visualize it as well?
and trying to run the trained policy using the following command:
~/rlkit-0.1.2$ python3.6 scripts/sim_goal_conditioned_policy.py /home/caias18/rlkit-0.1.2/data/09-08-rlkit-pusher-rig-example/09-08-rlkit-pusher-rig-example_2020_09_08_13_43_34_0000--s-47482/params.pkl
however, at the run time, the mujoco window is black (please check the following image):
https://drive.google.com/file/d/1bE7fNQn6xS2xJcbdqdG75EUgSNJ2hWEf/view?usp=sharing
Appreciate your guide.
The text was updated successfully, but these errors were encountered: