isaac-sim / OmniIsaacGymEnvs

Reinforcement Learning Environments for Omniverse Isaac Gym
Other
762 stars 203 forks source link

Reading from ArticualationView multiple times vs storing state in internal buffers. #138

Open larsrpe opened 5 months ago

larsrpe commented 5 months ago

Hi,

For RL task you often need to access the state of the robots multiple time each time step(e.g observation and rewards). Should you read from the ArticulationView multiple times or read once and store in an internal buffer? What is more efficient/best practice.