Skip to content
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

Tools IsaacGym #452

Open
junxnone opened this issue Oct 30, 2023 · 0 comments
Open

Tools IsaacGym #452

junxnone opened this issue Oct 30, 2023 · 0 comments

Comments

@junxnone
Copy link
Owner

junxnone commented Oct 30, 2023

Isaac Gym - Nvidia

  • Gym => Gymnasium @2022.10 => Omniverse Isaac Gym /Isaac Sim?
  • IsaacGym - NVIDIA’s physics simulation environment for reinforcement learning research
    • end-to-end GPU accelerated RL for physically based systems
    • basic PPO implementation +
  • Isaac Gym Benchmark Environments :
  • 优点 : 加速整个训练过程
    • 避免了传统的交互环境中存在的CPU仿真环境模拟到GPU网络训练的转换
    • 由于使用GPU对物理环境进行仿真,Isaac Gym环境还可以同时并行运算数以千计的仿真环境,快速为当前的policy提供大量训练样本,从而从另一个方面,改善online-policy的算法在学习过程中出现的,样本收集慢,采样效率低下的问题
  • API - C++/Python
  • Tensor-based APIs

saac Gym,它早期是一个独立的实验性程序,后来在Isaac Sim最新发布的版本中合并进入Isaac Sim成为一个插件......
The Omniverse Isaac Gym extension provides an interface for performing reinforcement learning training and inferencing in Isaac Sim

CPU & GPU Only GPU
image image
image image

Arch

  • PhysX
    • CPU and GPU simulation
  • Flex
    • Only GPU simulation

image

Reference

@junxnone junxnone changed the title Tools Gym IsaacGym Tools IsaacGym Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant