Skip to content

Commit

Permalink
adjust interface to reflect actual signature (#374)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Reynolds <jeremr@microsoft.com>
  • Loading branch information
jreynolds01 and Jeremy Reynolds authored Jul 15, 2021
1 parent a61968b commit 69e2127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maro/rl/training/trajectory.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_action(self, action_by_agent, event) -> dict:
def get_reward(self) -> float:
pass

def on_env_feedback(self):
def on_env_feedback(self, event, state_by_agent, action_by_agent, reward):
pass

def on_finish(self):
Expand Down

0 comments on commit 69e2127

Please sign in to comment.