aravindr93 / hand_dapg

Repository to accompany RSS 2018 paper on dexterous hand manipulation
Apache License 2.0
227 stars 31 forks source link

Fix typo #1

Closed vikashplus closed 6 years ago

vikashplus commented 6 years ago

python utils/visualize_demos --env_name relocate-v0 python utils/visualize_policy --env_name relocate-v0 --policy policies/relocate-v0.pickle

should be

python utils/visualize_demos.py --env_name relocate-v0 python utils/visualize_policy.py --env_name relocate-v0 --policy policies/relocate-v0.pickle

aravindr93 commented 6 years ago

Fixed these.