-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
discussionDiscussion of a typical issueDiscussion of a typical issue
Description
I'm new to tianshou, and I don't have any GPU.
Hope it will be helpful for those people to want to test tianshou like me.
Go to
https://colab.research.google.com/,
Files-->New Notebook
For example, we want to run atari_dqn.py --task "PongNoFrameskip-v4" --batch-size 64
!pip install git+https://github.com/thu-ml/tianshou.git@master --upgrade
!git clone https://github.com/thu-ml/tianshou.gitcd to right examples folder,
%cd '/content/tianshou/examples/atari'%run atari_dqn.py --task "PongNoFrameskip-v4" --batch-size 64Metadata
Metadata
Assignees
Labels
discussionDiscussion of a typical issueDiscussion of a typical issue