jerry871002 / bsi-pt

BSI-PT algorithm in the paper "Opponent Exploitation Based on Bayesian Strategy Inference and Policy Tracking"
https://jerry871002.github.io/bsi-pt/
0 stars 0 forks source link

Add baseball environment (part 1) #14

Closed jerry871002 closed 1 year ago

jerry871002 commented 1 year ago

Adding the baseball environment from the latest code.

The latest code doesn't fit the current structure well. There remains a significant amount of work to be done.

This will close #43.

YY87927 commented 1 year ago

We can now run python run.py for different types of agents, for example, python run.py baseball bsi-pt -n 2 -e 10 -po -ph 1 will play 10 episodes and 2 runs with bsi-pt agent versus phi opponent using phi=1. However, there are still several ambiguities in the code.

jerry871002 commented 1 year ago

As #47 is merged here, this PR should close #45.