Skip to content

Commit

Permalink
optimaze speed BrandsHatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Ro0t-set authored and manuandru committed Jan 25, 2024
1 parent 2926a66 commit b200eb5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/wrapper/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def episode_end(reason = None, rew = 0):
elif self.one_lap_done:
steps_done = len(self.episode_returns) / 2

reward += (( steps_goal - steps_done ) * 0.0005) + 4
reward += (( steps_goal - steps_done ) * 0.05) + 400

print("----------------- Lap Done ----------------->", self.map_path, len(self.episode_returns) * 0.01, reward)

Expand Down
Binary file modified train_test/best_global_model.zip
Binary file not shown.
Binary file modified train_test/best_model.zip
Binary file not shown.
Binary file modified train_test/evaluations.npz
Binary file not shown.
2 changes: 1 addition & 1 deletion train_test/mean_reward.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1648.1337477499997
1738.5742371499996

0 comments on commit b200eb5

Please sign in to comment.