![]() |
IAtari
Genetic algorithm generating AI capable to play Atari2600 games.
|
#include <vector>
#include <utility>
#include <iostream>
#include <climits>
#include <algorithm>
#include <cassert>
#include <functional>
#include "Random.h"
#include <fstream>
#include <boost/archive/text_oarchive.hpp>
#include "agent.hpp"
Go to the source code of this file.
Classes | |
class | ga |
struct | ga::parameters |