Skip to content

Commit

Permalink
Corrected: reward updated, backflip works after 8 hours of training
Browse files Browse the repository at this point in the history
  • Loading branch information
vivanov10 committed May 18, 2020
1 parent d51c6cb commit 1b84e4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public override void AgentAction(float[] vectorAction)
if (!_master.IgnorRewardUntilObservation)
AddReward(reward);

if (reward < 0.6)
if (reward < 0.5)
Done();

if (!_isDone){
Expand Down

0 comments on commit 1b84e4b

Please sign in to comment.