Closed thomaswolgast closed 1 month ago
Currently np.random is used. Replace with with np_random to make reset deterministic and fully use gymnasium API how it is intended (https://gymnasium.farama.org/api/env/#gymnasium.Env.np_random).
np.random
np_random
Currently
np.random
is used. Replace with withnp_random
to make reset deterministic and fully use gymnasium API how it is intended (https://gymnasium.farama.org/api/env/#gymnasium.Env.np_random).