some changes to reward
This commit is contained in:
parent
3cc4d6e667
commit
a9d3e718bb
@ -33,7 +33,7 @@ class SimpleReacherEnv(gym.Env, utils.EzPickle):
|
|||||||
self._angle_velocity = None
|
self._angle_velocity = None
|
||||||
|
|
||||||
self.max_torque = 1 # 10
|
self.max_torque = 1 # 10
|
||||||
self.steps_before_reward = 0
|
self.steps_before_reward = 50
|
||||||
|
|
||||||
action_bound = np.ones((self.n_links,))
|
action_bound = np.ones((self.n_links,))
|
||||||
state_bound = np.hstack([
|
state_bound = np.hstack([
|
||||||
|
Loading…
Reference in New Issue
Block a user