ReinforcementLearning icon indicating copy to clipboard operation
ReinforcementLearning copied to clipboard

强化学习算法库,包含了目前主流的强化学习算法(Value based and Policy based)的代码,代码都经过调试并可以运行

Results 2 ReinforcementLearning issues
Sort by recently updated
recently updated
newest added

您好,感谢您的工作! 我在运行PPO算法时,其中PPOGitHub - model.py - 337行“state = t.from_numpy(state).to(self.device)”报错, TypeError: expected np.ndarray (got tuple) 请问是什么问题呢?谢谢您

May I ask why "'type' object is not subscriptable" appears when running the code?