aturfah / cmplxsys530-final

Final Project for Complex Systems 530 WN18
MIT License
2 stars 2 forks source link

Enhancement adjustable param rps #118

Closed aturfah closed 6 years ago

aturfah commented 6 years ago

Addresses Issue #109

Updates

Adds new agent for RPS Simulations, the AdjustableRPSAgent. This agent will update its strategy based on the opponent it plays, re-calculating its strategy vector based on a weighted initial strategy and the plays it has seen.

Test Cases

agent_tests/adjusting_rps_agent_test.py