Skip to content

Commit

Permalink
remove duplicated seed setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinyu-W committed Feb 22, 2023
1 parent 8fb01c8 commit 68b1193
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/rl/gym_wrapper/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@
from typing import cast

from maro.simulator import Env
from maro.utils import set_seeds

from tests.rl.gym_wrapper.simulator.business_engine import GymBusinessEngine

set_seeds(123)

env_conf = {
"topology": "Walker2d-v4", # HalfCheetah-v4, Hopper-v4, Walker2d-v4, Swimmer-v4, Ant-v4
"start_tick": 0,
Expand Down

0 comments on commit 68b1193

Please sign in to comment.