IAtari
Genetic algorithm generating AI capable to play Atari2600 games.
agent_worker.hpp
Go to the documentation of this file.
1 #pragma once
2 #include "message.hpp"
3 #include "agent.hpp"
4 
Represent the score performed by a freshly tested agent, can be (un)serialized.
Definition: message.hpp:54
Handle serializable representations of agents.
message::result< double > agent_worker(message::request< agent > request)
Test the given agent.
Definition: agent_worker.cpp:13
Header of agent.cpp.
Represent an agent to be tested, can be (un)serialized.
Definition: message.hpp:24