Emerge-Lab / gpudrive

GPU-acceleration of Nocturne via Madrona
https://arxiv.org/abs/2408.01584
MIT License
233 stars 20 forks source link

Use data structures for better readability #296

Closed daphnecor closed 1 week ago

daphnecor commented 1 week ago

Description

Use data classes to structure information and index gpudrive tensors by name. This also removes redundancy in the jax and torch implementations. Tested with puffer PPO.

Todo