isaac-sim / OmniIsaacGymEnvs

Reinforcement Learning Environments for Omniverse Isaac Gym
Other
835 stars 211 forks source link

Using Action Graphs in OIGE #147

Open MaltheT opened 6 months ago

MaltheT commented 6 months ago

Hi,

Is it possible to use Action Graphs for training in OIGE?

I have a robot that uses Ackermann steering, and I want to train an RL agent to generate values for the speed and steeringAngle of my ackermann_steering omnigraph node.

Is this possible, and how can I go about this? Any help is highly appreciated.