TRADING AGENT Developers: Vadim Ratner Dan Baum Supervisor: Ishay Menache
Project Goals: We wanted to create an agent that will be able to compete in the 2002 Trading Agent Competition. This involved: Understanding basic agent implementation. Developing a strategy through study of other agents and using AI techniques. Implementing the strategy using C++ tools. Upgrading existing and implementing new agent – server communication. Locating and optimizing key parameters in the agent.
Main Algorithm Loop until the game ends: Query the server for information. Decide what goods to buy and sell. Decide when to buy them. Send the information back to the server
Our Performance Here is our agent’s performance graph: And here is the performance graph of the top scorer: