Challenge for Reflex Agents

Challenge

For a game of Connect-Four, we need a Model-Based Agent. Suppose that the agent can't observe the entire board at once, instead it can only observe moves. So the agent has to maintain an internal model of the board and update it based on the moves. The agent has to determine which player won.

Write a program for this agent.

Please sign in or sign up to submit answers.

Alternatively, you can try out Learneroo before signing up.

Contact Us
Sign in or email us at [email protected]