mpnunez / Connect4-AI

Training an AI Player to play Connect4
0 stars 0 forks source link

Visualize episode based on transition history #5

Closed mpnunez closed 4 months ago

mpnunez commented 5 months ago

This way we can figure out why the agent is losing and get a better sense of its behavior.

mpnunez commented 5 months ago

Make the games an environment in gym so you can leverage that visualization engine.

mpnunez commented 4 months ago

Don't really need this. Can play against agents on CLI or use Connect4 GUI. Also, diagnostics help debug.