mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-31 05:44:31 +00:00
Update CartPole reward documentation (#429)
This commit is contained in:
committed by
GitHub
parent
30a6bca8f3
commit
066b843e6d
@@ -58,7 +58,7 @@ class CartPoleEnv(gym.Env[np.ndarray, Union[int, np.ndarray]]):
|
||||
## Rewards
|
||||
|
||||
Since the goal is to keep the pole upright for as long as possible, a reward of `+1` for every step taken,
|
||||
including the termination step, is allotted. The threshold for rewards is 475 for v1.
|
||||
including the termination step, is allotted. The threshold for rewards is 500 for v1 and 200 for v0.
|
||||
|
||||
## Starting State
|
||||
|
||||
|
Reference in New Issue
Block a user