fancy_gym icon indicating copy to clipboard operation
fancy_gym copied to clipboard

`examples_movement_primitives.py` does not work on `master`.

Open maxmunzel opened this issue 1 year ago • 2 comments

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.

maxmunzel avatar Oct 23 '23 09:10 maxmunzel

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.

D-o-d-o-x avatar Oct 29 '23 13:10 D-o-d-o-x

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.

D-o-d-o-x avatar Nov 26 '23 17:11 D-o-d-o-x