-
Notifications
You must be signed in to change notification settings - Fork 1
Typed Factory for Gym Envs #81
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
Conversation
added sim creation functions for sim, tquart
added sim creation functions for trpy and joints
|
Please have a look at the two commits that I have added. The first one includes some type hint fixes, which need to be applied for the remaining functions and the second includes a small example to test out the factory functions. After all functions have been applied, please test them with the given example. Please also write some integration tests that which test the simulation gym environment. For more details see issue #83. When you are done, check formatting and linting with the corresponding |
Fixed type hints, env naming and upsis
added hw env creation functions for trpy,joints and tqwart control modes
added hw env creation functions for trpy,joints and tqwart control modes
pylint fixes
added initial integration tests
update to the integration tests
formated code for isort issue and black format
I have pushed the integration tests with some issues marked with a TODO, can you review this branch and let me know. |
cff6029 to
0feb80c
Compare
0feb80c to
c74f695
Compare
18ad59e to
c74f695
Compare
- added check bounds for pose comparisons - fixed join non zero action test by using relative joint pose - formatted typed factory tests - removed print statements and todo comments
- using relative pose with xyzrpy to ensure collision - added is_sim_converged assert - correct type for gripper
a36b3f1 to
4115a32
Compare
Factory functions that produce correctly wrapped and configured typed gymnasium (hardware and simulation) environments for the FR3. Closes #83