Skip to content

Commit

Permalink
Update mars_env.py
Browse files Browse the repository at this point in the history
1/5th waypoint - initial commit #13 @wakeuplearn
  • Loading branch information
Gizmotronn authored Mar 11, 2020
1 parent cdeb8a6 commit 5b7b188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simulation_ws/src/rl-agent/markov/environments/mars_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,8 @@ def reward_function(self):


# WayPoints to checkpoint
WAYPOINT_1_X = -10
WAYPOINT_1_Y = -4
WAYPOINT_1_X = self.current_distance_to_checkpoint / 5

This comment has been minimized.

Copy link
@Gizmotronn

Gizmotronn Mar 11, 2020

Author Contributor

I think this should be "initial distance to checkpoint"

WAYPOINT_1_Y = self.current_distance_to_checkpoint / 5

WAYPOINT_2_X = -34 #-17
WAYPOINT_2_Y = -3 #3
Expand Down

0 comments on commit 5b7b188

Please sign in to comment.