Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions craftium-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ print(map_str.split("-")[1])

By implementing Gymnasium's API, craftium supports many existing tools and libraries. Check these scripts for some examples:

- **Stable baselines3**: [sb3_train.py](https://github.com/mikelma/craftium/blob/main/sb3_train.py)
- **Ray rllib**: [sb3_train.py](https://github.com/mikelma/craftium/blob/main/ray_train.py)
- **CleanRL**: [cleanrl_ppo_train.py](https://github.com/mikelma/craftium/blob/main/cleanrl_ppo_train.py)
- **Stable baselines3**: [sb3_train.py](https://github.com/mikelma/craftium/blob/main/craftium-examples/sb3_train.py)
- **Ray rllib**: [ray_train.py](https://github.com/mikelma/craftium/blob/main/craftium-examples/ray_train.py)
- **CleanRL**: [cleanrl_ppo_train.py](https://github.com/mikelma/craftium/blob/main/craftium-examples/cleanrl_ppo_train.py)

## Citing Craftium 📑

Expand Down
Loading