miyosuda / unreal

Reinforcement learning with unsupervised auxiliary tasks
Other
416 stars 131 forks source link

Type error in options #26

Open justinchuby opened 6 years ago

justinchuby commented 6 years ago

It looks like the gradient clipping value should have a type float instead of bool.

https://github.com/miyosuda/unreal/blob/31d4886149412fa248f6efa490ab65bd2f425cde/options.py#L41

jkulhanek commented 5 years ago

The fix is here #30.