You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The purpose of this issue(discussion) is to introduce a series of prs in the near future targeted to releasing tianshou's full benchmark for MuJoCo Gym task suite.
This benchmark will include 9 algorithms, 6 of which are already supported by #274, #307, the rest 3 algorithms are currently not supported by Tianshou officially. Because of their popularity, we decided to support/benchmark them.
Plans
About 6 prs will be introdued in the next 2 weeks(hopefully). 2 prs for each algorithm: one implementing the algorithm and one benchmarking it.
Step 1 is TRPO support, which has already been proposed by #337.