Program Listing for File rlenvscpp_config.h¶
↰ Return to documentation for file (src/rlenvs/rlenvscpp_config.h)
#ifndef GYMFCPP_CONFIG_H
#define GYMFCPP_CONFIG_H
/*DEBUG*/
#define RLENVSCPP_DEBUG
/*Use PyTorch */
/* #undef USE_PYTORCH */
/*Use Webots*/
/* #undef RLENVSCPP_WEBOTS */
/*Use Ray*/
/* #undef RLENVSCPP_RAY */
#endif