SanjinDedic / agent_games

Secure, extensible agent competition platform API build with FastAPI, SQLmodel, Pydantic and Docker
9 stars 2 forks source link

Update the markdown feedback generation for prisoners dilemma game #88

Closed SanjinDedic closed 1 month ago

SanjinDedic commented 2 months ago

Observe how this file uses HTML + markdown to achieve quite sophistacted feedback in a markdown document: backend/games/greedy_pig/greedy_pig.py

image

Try to do something similar for the prisoners dilemma game here: backend/games/prisoners_dilemma/prisoners_dilemma.py