Git Product home page Git Product logo

Comments (3)

Zackory avatar Zackory commented on May 23, 2024

In general, you can test out the arm manipulation environment using the command

python3 -m assistive_gym --env "ArmManipulationSawyer-v1"

The figure you linked to is an example in which human preferences are disabled. This is done by commenting out this line: https://github.com/Healthcare-Robotics/assistive-gym/blob/main/assistive_gym/envs/arm_manipulation.py#L28
and then training a new robot control policy (see the Wiki: https://github.com/Healthcare-Robotics/assistive-gym/wiki/5.-Training-New-Policies).

The human arms have two types of joint limits. The first is pose-independent hard limits, which are set here: https://github.com/Healthcare-Robotics/assistive-gym/blob/main/assistive_gym/envs/human_creation.py#L217
The second type of joint limits that are applied to the arms are pose-dependent limits (put your hand behind your back and you will likely notice it is more difficult to fully bend your elbow). Pose-dependent joint limits are applied here: https://github.com/Healthcare-Robotics/assistive-gym/blob/main/assistive_gym/envs/agents/human.py#L129

from assistive-gym.

Zackory avatar Zackory commented on May 23, 2024

For Google Colab, you can edit this notebook to use the environment ArmManipulationSawyer-v1
https://colab.research.google.com/drive/1PAY5HnLKRB-TBsPaevRr6myMfpVt_yzF?usp=sharing

Here is an example of training a new policy in Google Colab.
https://colab.research.google.com/drive/1P6zYEL2Pfq7GOCtmoLlRNGrKkPQTVAQF?usp=sharing

from assistive-gym.

kavikode avatar kavikode commented on May 23, 2024

Thank you for your messages. How can we use this Assistive Gym Arm Manipulation example in ROS?

from assistive-gym.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.