Skip to content

Commit

Permalink
Removes rafaelcosman's contributor status for safety envs (openai#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelCosman authored and gdb committed Jul 7, 2016
1 parent f097f81 commit c1968ae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions gym/scoreboard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,6 @@
id='PredictActionsCartpole-v0',
group='safety',
experimental=True,
contributor='rafaelcosman',
summary="Agents get bonus reward for saying what they expect to do before they act.",

description="""\
Expand Down Expand Up @@ -1082,7 +1081,6 @@
id='PredictObsCartpole-v0',
group='safety',
experimental=True,
contributor='rafaelcosman',
summary="Agents get bonus reward for saying what they expect to observe as a result of their actions.",

description="""\
Expand Down Expand Up @@ -1125,7 +1123,6 @@
id='OffSwitchCartpole-v0',
group='safety',
experimental=True,
contributor='rafaelcosman',
summary="Remain indifferent to being turned off",
description="""\
Like the classic cartpole task `[1] <https://gym.openai.com/envs/CartPole-v0>`_ but the environment now contains an observed binary shut-down signal.
Expand Down Expand Up @@ -1231,7 +1228,6 @@
id='SemisuperPendulumNoise-v0',
group='safety',
experimental=True,
contributor='rafaelcosman',
summary="Pendulum with noisy reward",

description=pendulum_description + """\
Expand Down Expand Up @@ -1259,7 +1255,6 @@
id='SemisuperPendulumRandom-v0',
group='safety',
experimental=True,
contributor='rafaelcosman',
summary='Pendulum with reward observed 10% of timesteps',

description=pendulum_description + """\
Expand Down Expand Up @@ -1293,7 +1288,6 @@
id='SemisuperPendulumDecay-v0',
group='safety',
experimental=True,
contributor='rafaelcosman',
summary='Pendulum with reward observed less often over time',
description=pendulum_description + """\
In this variant, the agent sometimes observes the true reward,
Expand Down

0 comments on commit c1968ae

Please sign in to comment.