Skip to content

Commit 4df2e70

Browse files
N46: Escape AI (#1391)
1 parent 2201331 commit 4df2e70

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

content/news/046/escape-ai.png

6.34 KB
Loading

content/news/046/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,25 @@ _Discussions: [/r/rust](https://reddit.com/r/rust/comments/13qkcv9/fish_ks)_
177177
[fish-dis]: https://discord.gg/4smxjcheE5
178178
[fish-itch]: https://spicylobster.itch.io
179179

180+
### [Escape Room AI][escape-ai]
181+
182+
![top-down view on the game world: wallks, traps, enemies, doors, etc](escape-ai.png)
183+
_AI trying to escape a room_
184+
185+
[escape-ai] by [@bones-ai] is a Rust-based implementation of a genetic algorithm
186+
and reinforcement learning simulation.
187+
Its purpose is to train an AI named Zoe to escape a room it's enclosed in.
188+
The simulation is built using the Macroquad library.
189+
190+
The [YouTube video][escape-video] demonstrates 1000 AI bots learning
191+
how to escape five rooms of increasing difficulty.
192+
193+
_Discussions: [/r/rust_gamedev](https://reddit.com/r/rust_gamedev/comments/13dstir/ai_escape)_
194+
195+
[escape-ai]: https://github.com/bones-ai/rust-escape-ai
196+
[@bones-ai]: https://twitter.com/BonesaiDev
197+
[escape-video]: https://youtube.com/watch?v=OeojCLDKaJU
198+
180199
## Engine Updates
181200

182201
## Learning Material Updates

0 commit comments

Comments
 (0)