-
Notifications
You must be signed in to change notification settings - Fork 142
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
C++-Bindings - Example does not run #58
Comments
@kschoos how did you compile and run the C++ example?
|
Found an old makefile here. |
The implementation does not support 3D states, i.e., image inputs. You need to call
|
After installing all the prerequisites and trying to run the random_agent.cpp in
cpp bindings, it threw an Error, saying it cannot convert a certain value to float.
Changing from Breakout-v0 to CartPole-v0 made it work for the time being.
The text was updated successfully, but these errors were encountered: