Skip to content

Commit

Permalink
Merge pull request #14 from EXYNOS-999/IrisDroidology-patch-2-waypoin…
Browse files Browse the repository at this point in the history
…ts-only

#13 - waypoints only

I'll merge the branches, but this PR will stay on here to show what we did in case something screws up
  • Loading branch information
Gizmotronn authored Mar 12, 2020
2 parents bd5ea94 + 0b7363e commit f0d27db
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 @@ -478,9 +478,9 @@ def reward_function(self):


# No Episode ending events - continue to calculate reward - general waypoints not helpful
""" # smooth reward with no waypoints
# smooth reward with no waypoints
multiplier = 1 - (self.current_distance_to_checkpoint/INITIAL_DISTANCE_TO_CHECKPOINT)**4
"""

"""
progress = INITIAL_DISTANCE_TO_CHECKPOINT / self.current_distance_to_checkpoint
Expand Down

0 comments on commit f0d27db

Please sign in to comment.