Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Commit

Permalink
Remove .idea folder
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueDi committed Jul 22, 2019
1 parent 497a7e5 commit 23def91
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 51 deletions.
1 change: 0 additions & 1 deletion bandana/.idea/.name

This file was deleted.

5 changes: 0 additions & 5 deletions bandana/.idea/codeStyles/codeStyleConfig.xml

This file was deleted.

14 changes: 0 additions & 14 deletions bandana/.idea/compiler.xml

This file was deleted.

6 changes: 0 additions & 6 deletions bandana/.idea/encodings.xml

This file was deleted.

17 changes: 0 additions & 17 deletions bandana/.idea/misc.xml

This file was deleted.

6 changes: 0 additions & 6 deletions bandana/.idea/vcs.xml

This file was deleted.

Binary file modified bandana/TournamentRunner.jar
Binary file not shown.
Binary file modified bandana/agents/DeepDip.jar
Binary file not shown.
Binary file modified bandana/agents/DumbBot.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion bandana/src/main/java/cruz/agents/OpenAIAdapter.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class OpenAIAdapter {
public static final int INVALID_DEAL_REWARD = -10;

/** Reward given for winning the game. */
public static final int SC_WIN = 8;
public static final int SC_WIN = 18;

/** The OpenAINegotiator instance to which this adapter is connected. */
public OpenAINegotiator agent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
public class TournamentRunner {
final static boolean MODE = false; //Strategy/false vs Negotiation/true
final static int REMOTE_DEBUG = 0; //Set whether I want to remote debug the OpenAI jar or not
private final static String GAME_MAP = "three"; //Game map can be 'standard', or 'mini', or 'small', or 'three'
private final static String GAME_MAP = "standard"; //Game map can be 'standard', or 'mini', or 'small', or 'three'
private final static String FINAL_YEAR = "2000"; //The year after which the agents in each game are supposed to propose a draw to each other.

// Using a custom map to define how many players are there on each custom map
Expand Down

0 comments on commit 23def91

Please sign in to comment.