Improve formatting

This commit is contained in:
Matthias
2023-04-17 20:27:18 +02:00
parent c055f82e9a
commit 3fb5cd3df6
5 changed files with 18 additions and 20 deletions

View File

@@ -449,7 +449,7 @@ def make_env(MyRLEnv: Type[gym.Env], env_id: str, rank: int,
env = MyRLEnv(df=train_df, prices=price, id=env_id, seed=seed + rank,
**env_info)
return env
set_random_seed(seed)
return _init