siemanko / guided-policy-search

Implementation is mostly based on Sergey Levine work (http://www.eecs.berkeley.edu/~svlevine/).
43 stars 20 forks source link

Bugs in temporal_multi_step_policy_model #1

Open qazmichaelgw opened 8 years ago

qazmichaelgw commented 8 years ago

File "~/guided-policy-search/guided/tmodel/temporal_multi_step_policy_model.py", line 75, in create_misc_functions hiddens = [T.vector() for i in range(self._mlp.params)] TypeError: 'list' object cannot be interpreted as an integer

siemanko commented 8 years ago

Thanks for reporting the bug. The project is no longer maintained :( I am accepting pull request though.

JonathanRaiman commented 8 years ago

This is an outrage

Tveek commented 8 years ago

It has a error of "ImportError: No module named control" when i run example.py