currently working with basic agents for the purpose of research.
testing the following:
-
base_agent
-
random_agent - agent that seems to click everywhere on the map
-
scripted_agent
-
simple_agent - basic agent by Steven Brown (Building basic PySC2 Agent)
-
simple_agent_test - this is playing around with the basic agent
-
smart_agent - this is Qlearning based agent by Steven Brown