Skip to content

Commit

Permalink
Merge branch 'main' of github.com:llnl/abmarl into abmarl-0-pacman-si…
Browse files Browse the repository at this point in the history
…mplifications
  • Loading branch information
rusu24edward committed May 13, 2024
2 parents 1386e2c + 7f820e1 commit 5f3570b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rllib_pacman.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
reward_scheme={
'bad_move': 0,
'entropy': -0.01,
'eat_food': 0.05,
'eat_food': 0.2,
'die': -1
}
)
Expand Down

0 comments on commit 5f3570b

Please sign in to comment.