-
Notifications
You must be signed in to change notification settings - Fork 60
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
使用CPU的话,test.py文件应该如何修改 #10
Comments
我也是只有cpu,然后我用GitHub Copilot询问修改后可以运行,它说在代码中, import gym import PPO_model def setup_seed(seed): def tabulate_rows(rows, headers):
def schedule(env, model, memories, flag_sample=False):
if name == 'main': |
但rule_spend_time之后遇到了这样的问题:ValueError: index must be as long as the number of data rows: len(index)=7 len(rows)=0 |
求助大佬,哭泣 |
没有gpu,不能用pynvml包,请问test.py代码应该如何修改
The text was updated successfully, but these errors were encountered: