Unity-Technologies / obstacle-tower-challenge

Starter Kit for the Unity Obstacle Tower challenge
Apache License 2.0
119 stars 39 forks source link

Cumulative episode reward #28

Closed biggzlar closed 5 years ago

biggzlar commented 5 years ago

run_episode() would simply return the most recent reward. This makes more sense imo.

awjuliani commented 5 years ago

Hi @biggzlar

Thanks for this change. I completely agree that returning the cumulative episode reward makes much more sense.