Yifei Cheng 43792bf5ab
Upgrade gym (#613)
fixes some deprecation warnings due to new changes in gym version 0.23:
- use `env.np_random.integers` instead of `env.np_random.randint`
- support `seed` and `return_info` arguments for reset (addresses https://github.com/thu-ml/tianshou/issues/605)
2022-06-28 06:52:21 +08:00
..
2022-06-28 06:52:21 +08:00
2021-04-04 17:33:35 +08:00
2022-05-30 12:38:47 +08:00