.. index:: pair: class; python::MujocoLib::MujocoInterface .. _doxid-classpython_1_1_mujoco_lib_1_1_mujoco_interface: class python::MujocoLib::MujocoInterface ======================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block class MujocoInterface: public object { public: // fields :target:`model`; :target:`sim`; :target:`sim_state`; :target:`basic_timestep`; :target:`step_size`; :target:`start_visualizer`; :target:`viewer`; // methods def :target:`__init__`( self self, model_name model_name, :ref:`start_visualizer` start_visualizer, time_step time_step ); def :target:`run_one_step`(self self, action action, timestep_ns timestep_ns); def :target:`reset`(self self); def :target:`shutdown`(self self); def :target:`get_model_properties`(self self, p_type p_type); def :target:`get_model_property`(self self, p_name p_name, p_type p_type); def :target:`get_model_all_properties`(self self, p_type p_type); def :target:`get_sim_time`(self self); };