You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The correct suite should be "atari100k" so the task name should be "atari100k_pong". Otherwise, the atari (Atari 200M) env config will be used instead:
In dreamerv3/configs.yaml, the atari100k example config uses the task "atari_pong"
dreamerv3/dreamerv3/configs.yaml
Lines 170 to 172 in 55c8c67
However, the first part of the task name is the "suite" which is used to select the env:
dreamerv3/dreamerv3/main.py
Lines 212 to 213 in 55c8c67
dreamerv3/dreamerv3/main.py
Line 239 in 55c8c67
The correct suite should be "atari100k" so the task name should be "atari100k_pong". Otherwise, the atari (Atari 200M) env config will be used instead:
dreamerv3/dreamerv3/configs.yaml
Lines 29 to 33 in 55c8c67
The text was updated successfully, but these errors were encountered: