Skip to content

Commit

Permalink
maybe stella shouldn't use default params
Browse files Browse the repository at this point in the history
  • Loading branch information
jjshoots committed Aug 3, 2024
1 parent 84ca055 commit 9aef3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environment/stella_environment.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class StellaEnvironment {
* number plus the frame skip.
*/
reward_t act(Action player_a_action, Action player_b_action,
float paddle_a_strength = 1.0, float paddle_b_strength = 1.0);
float paddle_a_strength, float paddle_b_strength);

/** Applies the given continuous actions (e.g. updating paddle positions when
* the paddle is used) and performs one simulation step in Stella. Returns the
Expand Down

0 comments on commit 9aef3d7

Please sign in to comment.