Skip to content

Commit

Permalink
Fixed Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lukearcus committed Oct 17, 2022
1 parent 92ab3e8 commit cc4b918
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,43 @@
run main.py for rl, obl or ot-rl. Run main\_FSP.py for fictitious self play, the following options can be used for either (although some will not have any effect on FSP).

options:

**--lvls** LEVELS

Select number of OBL/OT_RL levels to run through, defaults to 10.

**--game** kuhn/leduc

Choose either kuhn poker or leduc hold 'em.

**-ab, --avg_bel**

Generate an averaged belief (over levels), and use this in OBL.

**-ap, --avg_pol**

Generate the averaged policy across levels and use this when evaluating.

**-al, --avg_learn**

When carrying out OBL, use the opponent's averaged policy to find their action.

**-a, --all_avg**

Averaged belief, policy and learning.

**--debug**

Prints out debugging information.

**-v**

Prints out some information about progress.

**--obl**

Uses OBL to learn.

**--ot_rl**

Uses OT-RL to learn, updates lower level policies based on the distribution induced in higher levels.

0 comments on commit cc4b918

Please sign in to comment.