Skip to content
New issue

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

LESSON5中的DDPG,将PyCharm中提示未实现抽象函数的类都实现后,reward一直处于10左右 #1123

Open
YYYMarshal opened this issue Aug 15, 2023 · 0 comments

Comments

@YYYMarshal
Copy link

您好,我在学习 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 左右,但是不实现这五个类的全部抽象函数的话,得分是正常的,请问这是为什么呢?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant