XinJingHao / PPO-Continuous-Pytorch

A clean and robust Pytorch implementation of PPO on continuous action space.
MIT License
115 stars 16 forks source link

extending continuous action to muzero #1

Open meioses opened 3 years ago

meioses commented 3 years ago

We appreciate your clean & robust implementation of PPO Continuous Action! We wonder if you could extend Continuous Action to MuZero? There have been implementations of MuZero Continuous Action by others but they are not robust. Thanks.

XinJingHao commented 3 years ago

Thanks for your feedback. I will if I had time~