Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Emerald01 committed Feb 19, 2024
1 parent 6b603d0 commit 3c96d8e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Expand Up @@ -12,18 +12,18 @@ The table below provides a visual overview of Warpdrive's key features and scala

| | Support | Concurrency | Version
:--- | :---: | :---: | :---:
| Environments | Single ✅ Multi ✅ | 1 to 1000 per GPU | 1.0
| Agents | Single ✅ Multi ✅ | 1 to 1024 per environment | 1.0
| Agents | Multi across blocks ✅| 1024 per block | 1.6
| Discrete Actions | Single ✅ Multi ✅| - | 1.0
| Continuous Action | Single ✅ Multi ✅| - | 2.7
| On-Policy Policy Gradient | A2C ✅ PPO ✅ | - | 1.0
| Off-Policy Policy Gradient| DDPG ✅ | - | 2.7
| Auto-Scaling | ✅ | - | 1.3
| Distributed Simulation | 1 GPU ✅ 2-16 GPU node ✅ | - | 1.4
| Environment Backend | CUDA C ✅ | - | 1.0
| Environment Backend | CUDA C ✅ Numba ✅ | - | 2.0
| Training Backend | Pytorch ✅ | - | 1.0
| Environments | Single ✅ Multi ✅ | 1 to 1000 per GPU | 1.0+
| Agents | Single ✅ Multi ✅ | 1 to 1024 per environment | 1.0+
| Agents | Multi across blocks ✅| 1024 per block | 1.6+
| Discrete Actions | Single ✅ Multi ✅| - | 1.0+
| Continuous Action | Single ✅ Multi ✅| - | 2.7+
| On-Policy Policy Gradient | A2C ✅ PPO ✅ | - | 1.0+
| Off-Policy Policy Gradient| DDPG ✅ | - | 2.7+
| Auto-Scaling | ✅ | - | 1.3+
| Distributed Simulation | 1 GPU ✅ 2-16 GPU node ✅ | - | 1.4+
| Environment Backend | CUDA C ✅ | - | 1.0+
| Environment Backend | CUDA C ✅ Numba ✅ | - | 2.0+
| Training Backend | Pytorch ✅ | - | 1.0+


## Environments
Expand Down

0 comments on commit 3c96d8e

Please sign in to comment.