fancy_gym
fancy_gym copied to clipboard
`examples_movement_primitives.py` does not work on `master`.
It's built against the legacy
branch and not compatible with the new api. It could be a good idea to add the examples into CI as a kind of E2E test.
Primary issue is address by PR #85. Running the examples as part of the test-suite is also a good idea and will be added later.
The described issue is now fixed on master (by PR #85). The test suite will now also run all provided examples (open PR #88). Running the test suite as part of CI is still an open TODO.