Error calling Python OpenAI Gym from MATLAB
3 次查看(过去 30 天)
显示 更早的评论
Hi,
When will this interface be ready? (https://uk.mathworks.com/matlabcentral/answers/568278-environment-for-reinforcement-learning-project)
I am currently trying to interface the OpenAI Gym from MATLAB using the link in the above answer post and it works fine for discrete action problems as in the example in the link using "this.open_env.step(int16(Action));" for the discrete cart pole problem. However for the continuous cart problem I get the following error when calling the step function "this.open_env.step(double(Action));" :--
Python Error: TypeError: 'float' object is not subscriptable
How can this problem be avoided?
Thx!
1 个评论
Hans Scharler
2023-1-23
Have you tried the bindings: https://github.com/openai/gym-http-api/tree/master/binding-matlab
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Call Python from MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!