#include <quadcopter_sim_env.h>
|
| typedef EnvBase< TimeStep< std::vector< real_t > >, std::vector< real_t > >::time_step_type | time_step_type |
| |
| typedef EnvBase< TimeStep< std::vector< real_t > >, std::vector< real_t > >::action_type | action_type |
| |
|
| | QuadcopterSimEnv (const std::string &url, const std::string &name) |
| | constructor
|
| |
| virtual void | make (const std::string &version, const std::unordered_map< std::string, std::any > &options) override final |
| | make. Builds the environment. Optionally we can choose if the environment will be slippery
|
| |
| virtual time_step_type | step (const action_type &action) override final |
| | step
|
| |
| virtual void | close () override final |
| | close the environment
|
| |
| virtual time_step_type | reset (uint_t seed, const std::unordered_map< std::string, std::any > &options) override final |
| | Reset the environment.
|
| |
| bool | is_alive () const noexcept |
| | Query the environment server is the environment has been created.
|
| |
◆ action_type
◆ time_step_type
◆ QuadcopterSimEnv()
| rlenvscpp::envs::gym_pybullet_drones::QuadcopterSimEnv::QuadcopterSimEnv |
( |
const std::string & |
url, |
|
|
const std::string & |
name |
|
) |
| |
|
inline |
◆ close()
| void rlenvscpp::envs::gym_pybullet_drones::QuadcopterSimEnv::close |
( |
| ) |
|
|
finaloverridevirtual |
◆ is_alive()
| bool rlenvscpp::envs::gym_pybullet_drones::QuadcopterSimEnv::is_alive |
( |
| ) |
const |
|
noexcept |
Query the environment server is the environment has been created.
◆ make()
| void rlenvscpp::envs::gym_pybullet_drones::QuadcopterSimEnv::make |
( |
const std::string & |
version, |
|
|
const std::unordered_map< std::string, std::any > & |
options |
|
) |
| |
|
finaloverridevirtual |
make. Builds the environment. Optionally we can choose if the environment will be slippery
◆ reset()
| QuadcopterSimEnv::time_step_type rlenvscpp::envs::gym_pybullet_drones::QuadcopterSimEnv::reset |
( |
uint_t |
seed, |
|
|
const std::unordered_map< std::string, std::any > & |
options |
|
) |
| |
|
finaloverridevirtual |
◆ step()
The documentation for this class was generated from the following files: