We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53feda4 commit c914798Copy full SHA for c914798
1 file changed
codeclash/agents/__init__.py
@@ -16,5 +16,7 @@ def get_agent(config: dict, game: CodeGame) -> Player:
16
"game_id": game.game_id,
17
"rounds": game.rounds,
18
"round": game.round,
19
+ "player_id": config["name"],
20
+ "game_description": game.config.get("description", ""),
21
}
22
return agents(config, environment, format_vars)
0 commit comments