- This topic has 1 reply, 2 voices, and was last updated 2 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Fórum Aprendizagem por Reforço com Deep Learning, PyTorch e Python › Erro no comando
Alguem mais teve esse erro?? eu nao consigo rodar da mesma forma que o professor consegue com q learning e 5 eposódios, dá esse erro
*** Method not implemented: getQValue at line 54 of c:\Users\leona\RL\venv\reinforcement\qlearningAgents.py
(venv) PS C:\Users\leona\RL> py c:\Users\leona\RL\venv\reinforcement\gridworld.py -a q -k 5
RUNNING 5 EPISODES
BEGINNING EPISODE: 1
*** Method not implemented: getQValue at line 54 of c:\Users\leona\RL\venv\reinforcement\qlearningAgents.py
Olá Leonardo, verifique se esse método existe “getQValue” ou se o nome dele foi digitado corretamente.
Fabio