Closed tigerneil closed 7 years ago
I run the main.py in python3 environment. It is better to make this clear usage. :)
main.py
some error message as follows:
policy_log_vb = [torch.log(policy_vb[i]) for i in xrange(rollout_steps)] NameError: name 'xrange' is not defined Process Process-14:
Hey, thanks for the feedback, already fixed!
I run the
main.py
in python3 environment. It is better to make this clear usage. :)some error message as follows: