mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-22 16:49:15 +00:00
no press + context includes orders and results
This commit is contained in:
parent
9443384c89
commit
e3db81f00e
8 changed files with 206 additions and 132 deletions
|
|
@ -45,8 +45,7 @@ def get_valid_orders(
|
|||
board_state,
|
||||
power_name,
|
||||
possible_orders,
|
||||
conversation_history,
|
||||
phase_summaries,
|
||||
game_history,
|
||||
model_error_stats,
|
||||
):
|
||||
"""
|
||||
|
|
@ -61,8 +60,7 @@ def get_valid_orders(
|
|||
board_state=board_state,
|
||||
power_name=power_name,
|
||||
possible_orders=possible_orders,
|
||||
conversation_text=conversation_history,
|
||||
phase_summaries=phase_summaries,
|
||||
conversation_text=game_history,
|
||||
model_error_stats=model_error_stats,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue