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
{{ message }}
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
coach -l shows the list of available presets. But when I try to run any of the examples presets, a not found error is thrown.
For example,
(base) C:\Users\shrut>coach -p Atari_DQN -lvl breakout
←[91mThe given preset (C:\Users\shrut\AppData\Roaming\Python\Python38\site-packages\rl_coach\presets\Atari_DQN.py:graph_manager) cannot be found.←[0m
Also tried using the complete path to the preset, doesn't help.
The text was updated successfully, but these errors were encountered:
coach -l shows the list of available presets. But when I try to run any of the examples presets, a not found error is thrown.
For example,
(base) C:\Users\shrut>coach -p Atari_DQN -lvl breakout
←[91mThe given preset (C:\Users\shrut\AppData\Roaming\Python\Python38\site-packages\rl_coach\presets\Atari_DQN.py:graph_manager) cannot be found.←[0m
Also tried using the complete path to the preset, doesn't help.
The text was updated successfully, but these errors were encountered: