Open edwhu opened 1 year ago
really nice work! When I run the example.py, some error occurs:
RuntimeError: Unknown backend: 'gpu' requested, but no platforms that are instances of gpu are present. Platforms present are: interpreter,cpu
any idea how to fix it?
more details here:
╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮
│ /Users/arthur/src/dreamerv3/example.py:53 in
Hi, if you are on M1 mac, there is no GPU as the error message says. Just specify cpu instead of gpu in the config.
Hello,
I wanted to get this running on my M1 laptop for local development. The installation process deviated quite a bit from the README.
In particular, I had to setup tensorflow and jax differently than the README workflow. It went something like this:
I verified this environment by running
example.py
and by repeating the whole process again (conda installation and runningexample.py
).To make things easier for future users, I exported the conda env file. Then they don't need to manually install the conda dependencies and edit the
requirements.txt
.Perhaps this will be useful for others?