bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
Loading...
Searching...
No Matches
reinforce_config.h File Reference
#include "cuberl/base/cuberl_types.h"
#include "bitrl/bitrl_consts.h"
#include "cuberl/utils/train_enum_type.h"
#include <ostream>
#include <string>
Include dependency graph for reinforce_config.h:

Go to the source code of this file.

Classes

struct  cuberl::rl::algos::pg::ReinforceConfig
 The ReinforceOpts struct. Holds various configuration options for the Reinforce algorithm. More...
 

Namespaces

namespace  cuberl
 Various utilities used when working with RL problems.
 
namespace  cuberl::rl
 
namespace  cuberl::rl::algos
 
namespace  cuberl::rl::algos::pg
 

Enumerations

enum class  cuberl::rl::algos::pg::BaselineEnumType { cuberl::rl::algos::pg::NONE =-1 , cuberl::rl::algos::pg::CONSTANT =0 , cuberl::rl::algos::pg::MEAN =1 , cuberl::rl::algos::pg::STANDARDIZE =2 }
 Enumeration of the baseline types supported. More...
 

Functions

std::ostream & cuberl::rl::algos::pg::operator<< (std::ostream &out, ReinforceConfig opts)