Skip to content

Commit

Permalink
Fix error message in the test numerical reinforcement learning.
Browse files Browse the repository at this point in the history
  • Loading branch information
fdojurado committed Feb 25, 2023
1 parent 58411bf commit 4b503c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdwsn_controller/controller/numerical_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,6 @@ def calculate_reward(self, alpha, beta, delta, slotframe_size):
'pdr_mean': reward['pdr_normalized'],
'current_sf_len': self.current_slotframe_size,
'last_ts_in_schedule': self.last_tsch_link,
'reward': reward
'reward': reward['reward']
}
return info

0 comments on commit 4b503c3

Please sign in to comment.