#include <OscAgent.h>
 | 
| static int  | handlerInit (const char *path, const char *types, lo_arg **argv, int argc, void *data, void *user_data) | 
|   | 
| static int  | handlerStartStep (const char *path, const char *types, lo_arg **argv, int argc, void *data, void *user_data) | 
|   | 
      
        
          | OscAgent::OscAgent  | 
          ( | 
          int  | 
          id,  | 
        
        
           | 
           | 
          int  | 
          observationDim,  | 
        
        
           | 
           | 
          int  | 
          actionDim,  | 
        
        
           | 
           | 
          int  | 
          observationBufferDim  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | char * OscAgent::getPath  | 
          ( | 
          const char *  | 
          path | ) | 
           | 
        
      
 
 
  
  
      
        
          | int OscAgent::handlerInit  | 
          ( | 
          const char *  | 
          path,  | 
         
        
           | 
           | 
          const char *  | 
          types,  | 
         
        
           | 
           | 
          lo_arg **  | 
          argv,  | 
         
        
           | 
           | 
          int  | 
          argc,  | 
         
        
           | 
           | 
          void *  | 
          data,  | 
         
        
           | 
           | 
          void *  | 
          user_data  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | int OscAgent::handlerStartStep  | 
          ( | 
          const char *  | 
          path,  | 
         
        
           | 
           | 
          const char *  | 
          types,  | 
         
        
           | 
           | 
          lo_arg **  | 
          argv,  | 
         
        
           | 
           | 
          int  | 
          argc,  | 
         
        
           | 
           | 
          void *  | 
          data,  | 
         
        
           | 
           | 
          void *  | 
          user_data  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
Initializes the agent. 
Reimplemented from Agent.
 
 
Chooses the first action in the episode. 
Implements Agent.
 
 
Performs an episode step. 
Implements Agent.
 
 
      
        
          | char OscAgent::actionTypes[100] | 
        
      
 
 
      
        
          | volatile bool OscAgent::locked | 
        
      
 
 
      
        
          | int OscAgent::observationBufferDim | 
        
      
 
 
      
        
          | int OscAgent::observationDim | 
        
      
 
 
The documentation for this class was generated from the following files: