tanmayshankar / RCNN_MDP

Code base for solving Markov Decision Processes and Reinforcement Learning problems using Recurrent Convolutional Neural Networks.
69 stars 28 forks source link

Error #1

Closed SeekPoint closed 8 years ago

SeekPoint commented 8 years ago

envy@ub1404:~/os_pri/github/RCNN_MDP$ ./scripts/VI_RCNN/VI_extended_actions.py data/QMDP_old_trajectories/trial_9_action_reward/action_reward_function.txt data/learnt_models/actual_transition.txt Traceback (most recent call last): File "./scripts/VI_RCNN/VI_extended_actions.py", line 33, in initialize() File "./scripts/VI_RCNN/VI_extended_actions.py", line 31, in initialize create_action_reward() NameError: global name 'create_action_reward' is not defined envy@ub1404:~/os_pri/github/RCNN_MDP$

tanmayshankar commented 8 years ago

Hi @loveJasmine , I recently overhauled the structure of this package, so a few things may be off. Please update your local repo and try this again, it should work.