remove unused variable in jerk

fixes #3
This commit is contained in:
Alex Nichol
2018-05-03 18:56:41 -07:00
parent 791e59bcef
commit 89fb3595fd
-1
View File
@@ -12,7 +12,6 @@ import numpy as np
import gym_remote.client as grc
import gym_remote.exceptions as gre
EMA_RATE = 0.2
EXPLOIT_BIAS = 0.25
TOTAL_TIMESTEPS = int(1e6)