Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rystrauss committed Dec 14, 2024
1 parent 3900aa9 commit db6ef7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ because the entire loop of environment simulation, agent interaction, and policy
XLA program and executed on CPUs, GPUs, or TPUs. More specifically, the implementations in Dopamax follow the
Anakin Podracer architecture -- see [this paper][2] for more details.

> [!WARNING]
> Note that this repository is not actively maintained and is subject to breaking changes at any time.
## Supported Algorithms

- [Proximal Policy Optimization (PPO)](dopamax/agents/anakin/ppo.py)
- [Deep Q-Network (DQN)](dopamax/agents/anakin/dqn.py)
- [Deep Deterministic Policy Gradients (DDPG)](dopamax/agents/anakin/ddpg.py)
- [Twin Delayed DDPG (TD3)](dopamax/agents/anakin/ddpg.py)
- [Soft Actor Critic](dopamax/agents/anakin/sac.py)
- [AlphaZero](dopamax/agents/anakin/alphazero.py)

## Installation
Expand Down

0 comments on commit db6ef7f

Please sign in to comment.