mirror of
https://github.com/wassname/DeepRL.git
synced 2026-09-04 16:14:05 +08:00
Rewrite state/reward normalizer
This commit is contained in:
@@ -24,9 +24,6 @@ class BasicTask:
|
||||
state = self.env.reset()
|
||||
return state
|
||||
|
||||
def normalize_state(self, state):
|
||||
return state
|
||||
|
||||
def step(self, action):
|
||||
next_state, reward, done, info = self.env.step(action)
|
||||
self.steps += 1
|
||||
|
||||
Reference in New Issue
Block a user