From 3c564e82b79424b2232b5d4264892920c09edb8e Mon Sep 17 00:00:00 2001 From: Dominik Jain Date: Fri, 12 Jan 2024 15:33:33 +0100 Subject: [PATCH] Remove video from procedural example as it pertains to a different algorithm --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 6014653..ad821f5 100644 --- a/README.md +++ b/README.md @@ -405,16 +405,6 @@ $ tensorboard --logdir log/dqn You can check out the [documentation](https://tianshou.readthedocs.io) for advanced usage. -It's worth a try: here is a test on a laptop (i7-8750H + GTX1060). It only uses **3** seconds for training an agent based on vanilla policy gradient on the CartPole-v0 task: (seed may be different across different platform and device) - -```bash -$ python3 test/discrete/test_pg.py --seed 0 --render 0.03 -``` - -
- -
- ## Contributing Tianshou is still under development. More algorithms and features are going to be added and we always welcome contributions to help make Tianshou better. If you would like to contribute, please check out [this link](https://tianshou.readthedocs.io/en/master/contributing.html).