|
bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
|
#include "bitrl/bitrl_types.h"#include "bitrl/bitrl_consts.h"#include <boost/graph/graph_traits.hpp>#include <boost/graph/adjacency_list.hpp>#include <boost/graph/undirected_graph.hpp>#include <utility>#include <vector>#include <iterator>#include <stdexcept>
Go to the source code of this file.
Classes | |
| class | bitrl::utils::BoostSerialGraph< VertexData, EdgeData > |
| . Representation of a graph using adjacency lists. The underlying implementation uses Boost Graph library. This wrapper is introduced to simplify the creation and handling of the graph. More... | |
| struct | bitrl::utils::BoostSerialGraph< VertexData, EdgeData >::SerialGraphNode |
| Class that represents the Node of a graph. More... | |
Namespaces | |
| namespace | bitrl |
| namespace | bitrl::utils |