danijar / dreamerv3

Mastering Diverse Domains through World Models
https://danijar.com/dreamerv3
MIT License
1.28k stars 219 forks source link

BSuite Implementation #61

Closed Snagnar closed 5 months ago

Snagnar commented 1 year ago

Hi,

It seems like there is no implementation in the embodied package for running the bsuite experiments. The configuration exists in the configs.yaml but executing it fails since it bsuite is not specified in the env dict in the training script.

I suppose this only requires creating a class for BSuite in embodied/envs analog to the DMC environment specification. I will try to make a PR for this.

swsychen commented 5 months ago

Hi,

It seems like there is no implementation in the embodied package for running the bsuite experiments. The configuration exists in the configs.yaml but executing it fails since it bsuite is not specified in the env dict in the training script.

I suppose this only requires creating a class for BSuite in embodied/envs analog to the DMC environment specification. I will try to make a PR for this.

May I ask, did you solve this?

danijar commented 5 months ago

Added bsuite env to the code :)