facebookresearch / mbrl-lib

Library for Model Based RL
MIT License
959 stars 158 forks source link

[Feature Request] Add support for low dimensional observations to PlaNet #134

Open luisenp opened 3 years ago

luisenp commented 3 years ago

🚀 Feature Request

Current implementation only works with pixel observations. Adding support for low-dimensional observations (i.e., the standard gym obs) should be relatively easy, as it shouldn't require more changes than the encoder/decoder.