bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
Loading...
Searching...
No Matches
experience_buffer.h File Reference
#include "bitrl/bitrl_config.h"
#include "bitrl/bitrl_types.h"
#include <boost/noncopyable.hpp>
#include <boost/circular_buffer.hpp>
#include <vector>
#include <random>
Include dependency graph for experience_buffer.h:

Go to the source code of this file.

Classes

class  bitrl::utils::ExperienceBuffer< ExperienceType >
 The ExperienceBuffer class. A buffer based on boost::circular_buffer to accumulate items of type ExperienceType. see for example the A2C algorithm in A2C.h and rl_example_15. More...
 

Namespaces

namespace  bitrl
 
namespace  bitrl::utils