How to build myself environment? #804
Unanswered
zhang-qiang-github
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to implement reinforcement learning with
tianshou
, but I need to build myself environment.My enviroment is a 3D maze (
128x128x128 matrix
), and the network should be a 3D convolution neural network.How can I build myself enviroment? Should I subclass
BaseVectorEnv
? Or is there any example to build myself environment?Thanks for any suggestion~~~
Beta Was this translation helpful? Give feedback.
All reactions