ros_gazebo_gym.msg._RLExperimentInfo

autogenerated by genpy from ros_gazebo_gym/RLExperimentInfo.msg. Do not edit.

Module Contents

Classes

RLExperimentInfo

Base class of Message data classes auto-generated from msg files.

Attributes

python3

ros_gazebo_gym.msg._RLExperimentInfo.python3[source]
class ros_gazebo_gym.msg._RLExperimentInfo.RLExperimentInfo(*args, **kwds)[source]

Bases: genpy.Message

Base class of Message data classes auto-generated from msg files.

Constructor. Any message fields that are implicitly/explicitly set to None will be assigned a default value. The recommend use is keyword arguments as this is more robust to future message changes. You cannot mix in-order arguments and keyword arguments.

The available fields are:

episode_number,step_number,reward

Parameters:
  • args – complete set of field values, in .msg order

  • kwds – use keyword arguments corresponding to message field names

to set specific fields.

serialize(buff)[source]

serialize message into buffer :param buff: buffer, StringIO

deserialize(str)[source]

unpack serialized message in str into this message instance :param str: byte array of serialized message, str

serialize_numpy(buff, numpy)[source]

serialize message with numpy array types into buffer :param buff: buffer, StringIO :param numpy: numpy python module

deserialize_numpy(str, numpy)[source]

unpack serialized message in str into this message instance using numpy for array types :param str: byte array of serialized message, str :param numpy: numpy python module