We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好,我在学习 examples/tutorials/lesson5/ddpg 这一章节时,用PyCharm打开源码,会提示让 agent.py - Agent,algorithm.py - DDPG,model.py - Model ActorModel CriticModel,这五个类实现其基类的全部抽象函数,然后我分别将相应的函数实现后(函数体都是pass),运行 train.py,最后得到的 test reward 都是10 左右,即使将 TRAIN_EPISODE 调大之后得分也是 10 左右,但是不实现这五个类的全部抽象函数的话,得分是正常的,请问这是为什么呢?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您好,我在学习 examples/tutorials/lesson5/ddpg 这一章节时,用PyCharm打开源码,会提示让 agent.py - Agent,algorithm.py - DDPG,model.py - Model ActorModel CriticModel,这五个类实现其基类的全部抽象函数,然后我分别将相应的函数实现后(函数体都是pass),运行 train.py,最后得到的 test reward 都是10 左右,即使将 TRAIN_EPISODE 调大之后得分也是 10 左右,但是不实现这五个类的全部抽象函数的话,得分是正常的,请问这是为什么呢?
The text was updated successfully, but these errors were encountered: