DHDev0 / Stochastic-muzero

Pytorch Implementation of Stochastic MuZero for gym environment. This algorithm is capable of supporting a wide range of action and observation spaces, including both discrete and continuous variations.
GNU General Public License v3.0
56 stars 10 forks source link

Does the code only work on CartPole? #7

Closed echo1047 closed 1 year ago

echo1047 commented 1 year ago

Does the code only work on CartPole?

DHDev0 commented 1 year ago

Any gym simulation with a 1D or 2D observations. The bottleneck come from computational power.

DHDev0 commented 1 year ago

Look like you don't have anymore question so I will close the issue.