-
Notifications
You must be signed in to change notification settings - Fork 85
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
训练效果查看 #15
Comments
在base_runner.py里面有restore函数加载模型。env_runner.init函数中会先确认是否存在保存模型的run_dir目录,如果目录已经存在,就会用restore函数去加载模型,可以通过对env_runner.init之后调用env_runner.eval直接对加载的模型进行评估。 |
light_mappo的作者应该还未实现continues环境下的eval部分,也许可以参照env_runner.collect函数中对连续action的处理。你可以尝试将return删除,令eval_actions_env=eval_actions,用debug模式看下eval_actions_env里面存储的是否是continues action? |
你好,我也遇到了这个问题,也是连续动作空间,请问你解决这个问题了吗? |
你好,我这样测试之后,发现测试效果比训练效果很差是有什么问题呢 |
请问训练结束后,得到logs 和 models 怎么查看和使用?log
s使用tensoboard进行查看吗, 怎么来加载模型测试来查看效果呢?
The text was updated successfully, but these errors were encountered: