Tags: jamartinh/tianshou
Tags
Add VizDoom PPO example and results (thu-ml#533) * update vizdoom ppo example * update README with results
fix conda support and keep API compatibility (thu-ml#536) * loose constrains * fix nni issue (thu-ml#478) * fix coverage
Fix critic network for Discrete CRR (thu-ml#485) - Fixes an inconsistency in the implementation of Discrete CRR. Now it uses `Critic` class for its critic, following conventions in other actor-critic policies; - Updates several offline policies to use `ActorCritic` class for its optimizer to eliminate randomness caused by parameter sharing between actor and critic; - Add `writer.flush()` in TensorboardLogger to ensure real-time result; - Enable `test_collector=None` in 3 trainers to turn off testing during training; - Updates the Atari offline results in README.md; - Moves Atari offline RL examples to `examples/offline`; tests to `test/offline` per review comments.
bump to v0.4.3 (thu-ml#432) * add makefile * bump version * add isort and yapf * update contributing.md * update PR template * spelling check
Fix SAC loss explode (thu-ml#333) * change SAC action_bound_method to "clip" (tanh is hardcoded in forward) * docstring update * modelbase -> modelbased
v0.3.2 (thu-ml#292) Throw a warning in ListReplayBuffer. This version update is needed because of thu-ml#289, the previous v0.3.1 cannot work well under torch<=1.6.0 with cuda environment.
Add offline trainer and discrete BCQ algorithm (thu-ml#263) The result needs to be tuned after `done` issue fixed. Co-authored-by: n+e <trinkle23897@gmail.com>
PreviousNext