thu-ml / tianshou

An elegant PyTorch deep reinforcement learning library.
https://tianshou.org
MIT License
7.94k stars 1.12k forks source link

question about modify the metwork #931

Closed huang6668 closed 1 year ago

huang6668 commented 1 year ago
MischaPanch commented 1 year ago

You could have a look at the atari examples, there the nets are built with convolutional layers

huang6668 commented 1 year ago

Thanks for your answer.