API Reference
BordAX is organized into five modules:
| Module | Description |
|---|---|
bordax.agents |
Policy and value network implementations |
bordax.algorithms |
PPO and DQN algorithm definitions |
bordax.data |
Collectors, batch builders, and replay buffer |
bordax.environments |
Gymnax and Gymnasium environment adapters |
bordax.training |
Trainer, updaters, evaluator, and checkpointing |
bordax.types |
Core type definitions |