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
Yi Su
dd16818ce4
implement REDQ based on original contribution by @Jimenius ( #623 )
...
Co-authored-by: Minhui Li
<limh@lamda.nju.edu.cn>
2022-05-01 00:06:00 +08:00
Yifei Cheng
6fc6857812
Update Multi-agent RL docs, upgrade pettingzoo ( #595 )
...
* update multi-agent docs, upgrade pettingzoo
* avoid pettingzoo deprecation warning
* fix pistonball tests
* codestyle
2022-04-16 23:17:53 +08:00
Andrea Boscolo Camiletto
2336a7db1b
fixed typo in rainbow DQN paper reference ( #569 )
...
* fixed typo in rainbow DQN paper ref
* fix gym==0.23 ci failure
Co-authored-by: Jiayi Weng <trinkle23897@gmail.com>
2022-03-16 21:38:51 +08:00
Mohammad Mahdi Rahimi
c7e2e56fac
Pettingzoo support ( #494 )
...
Co-authored-by: Rodrigo de Lazcano <r.l.p.v96@gmail.com>
Co-authored-by: J K Terry <justinkterry@gmail.com>
2022-02-15 22:56:45 +08:00