package rlds_creator

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message EnvironmentSpec

study.proto:31

Specification of an environment that users interact with. Next ID: 16

Used in: StudySpec, client.EpisodeMetadata, client.SelectEnvironmentResponse

message EnvironmentSpec.Atari

study.proto:83

Settings for the Atari environment. See third_party/py/atari_py.

Used in: EnvironmentSpec

message EnvironmentSpec.DMLab

study.proto:93

Settings for the DMLab environments. See third_party/labyrinth/.

Used in: EnvironmentSpec

message EnvironmentSpec.NetHack

study.proto:101

Settings for the NetHack environments. See github.com/facebookresearch/nle.

Used in: EnvironmentSpec

message EnvironmentSpec.Procgen

study.proto:50

Settings for the Procgen environment. See third_party/py/procgen.

Used in: EnvironmentSpec

enum EnvironmentSpec.Procgen.DistributionMode

study.proto:55

Distribution mode; see DISTRUBUTION_MODE_DICT in procgen/env.py.

Used in: Procgen

message EnvironmentSpec.RoboDesk

study.proto:133

Settings for the RoboDesk environment. See https://github.com/google-research/robodesk.

Used in: EnvironmentSpec

enum EnvironmentSpec.RoboDesk.Reward

study.proto:139

Type of the reward.

Used in: RoboDesk

message EnvironmentSpec.Robosuite

study.proto:107

Settings for the Robosuite environment. See third_party/py/robosuite.

Used in: EnvironmentSpec

message Episode

study.proto:225

A study contains a set of episodes provided by the users, i.e. recorded as they interact with the environments in the study. Next ID: 17

Used in: client.EpisodeMetadata

enum Episode.State

study.proto:239

State of the episode.

Used in: Episode

message Episode.Storage

study.proto:266

Describes how the episode data was stored.

Used in: Episode

message Episode.Storage.EnvironmentLogger

study.proto:268

Envlogger. See pypi.org/project/envlogger.

Used in: Storage

message Episode.Storage.Pickle

study.proto:276

Pickle files.

Used in: Storage

message Session

study.proto:303

A user session associated with a study.

enum Session.State

study.proto:312

State of the session.

Used in: Session

message StepMetadata

study.proto:217

Metadata about a step of an episode.

Used in: Episode

message StudySpec

study.proto:168

Specification of a study. Next ID: 9

Used in: StudySpecs, client.EpisodeMetadata, client.SaveStudyRequest, client.SelectStudyResponse, client.SetStudiesResponse

enum StudySpec.State

study.proto:184

State of the study.

Used in: StudySpec

message StudySpecs

study.proto:206

A list of study specifications.

message Tag

study.proto:211

Denotes a tag with a label.

Used in: Episode, StepMetadata

message User

study.proto:24

Information about a user.

Used in: Episode, Session, StudySpec