Skip to content
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

running arm3d env experiments #2

Closed
arpit15 opened this issue Nov 16, 2017 · 1 comment
Closed

running arm3d env experiments #2

arpit15 opened this issue Nov 16, 2017 · 1 comment

Comments

@arpit15
Copy link
Collaborator

arpit15 commented Nov 16, 2017

I was trying to run experiments with arm3d envs.
$python3 curriculum/experiments/starts/arm3d/arm3d_key/arm3d_key_brownian.py
However I am getting the following error.

Traceback (most recent call last):
File "/home/arpit/RL3/rllab-curriculum/scripts/run_experiment_lite.py", line 139, in
run_experiment(sys.argv)
File "/home/arpit/RL3/rllab-curriculum/scripts/run_experiment_lite.py", line 123, in run_experiment
method_call(variant_data)
File "/home/arpit/RL3/rllab-curriculum/curriculum/experiments/starts/arm3d/arm3d_key/arm3d_key_brownian_algo.py", line 101, in run_task
open(osp.join(config.PROJECT_PATH, load_dir, 'all_feasible_states.pkl'), 'rb'))
FileNotFoundError: [Errno 2] No such file or directory: '/home/arpit/RL3/rllab-curriculum/data_upload/state_collections/all_feasible_states.pkl'

Could you kindly let me know if I have to use another command to generate pkl file before running the script for experiments?

@michaelrzhang
Copy link
Contributor

The pickle file is in the repo and contains feasible start states. Is this issue resolved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants