Module border::env::py_gym_env::tch[][src]

Modules for interaction of super::PyGymEnv and super::vec::PyVecGymEnv with agents implemented with tch-rs.

Re-exports

pub use obs::TchPyGymEnvObsBuffer;
pub use act_d::TchPyGymEnvDiscreteActBuffer;
pub use act_c::TchPyGymEnvContinuousActBuffer;

Modules

act_c

Conversion of continuous actions in crate::env::py_gym_env::base::PyGymEnv.

act_d

Interface for discrete action of super::super::PyGymEnv.

obs

Items for interaction of PyGymEnvObs and tch agents.

util

Utility functions using tch-rs.