embodied icon indicating copy to clipboard operation
embodied copied to clipboard

Fast reinforcement learning research

Results 7 embodied issues
Sort by recently updated
recently updated
newest added

I got the following error when installing through `pip` on windows 11: ``` Collecting embodied Using cached embodied-1.0.2.tar.gz (45 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py...

Hi, 1. expl.py was copied from /dreamerv3 repo but nets.Input have new constructor now. In lines 16, 17: next part need to be removed as it case exception: `, dims='deter'`...

Hi, this command can't be executed correctly as in setup.py present line: 'dreamerv3': parse_reqs('embodied/agents/dreamerv3/requirements.txt'), but both agents not included into package tar.gz When you will build next version - please...

To reproduce: ``` pytest benchmarks/test_replay.py -s -x -k parallel ```

Document Every and Clock so that it's more immediately clear how to use it.

jit probably gets rid of this operation anyways

Hi Danijar, I've been a big fan of your works. Can you consider adding functionalities for supporting continual reinforcement learning and evaluation setup in the future? I think it's a...