mirror of
https://github.com/wassname/rl-portfolio-management.git
synced 2026-06-27 16:46:41 +08:00
fix concat states
This commit is contained in:
@@ -38,3 +38,7 @@ class ConcatStates(gym.Wrapper):
|
||||
state = concat_states(state)
|
||||
|
||||
return state, reward, done, info
|
||||
|
||||
def reset(self):
|
||||
state = self.env.reset()
|
||||
return concat_states(state)
|
||||
|
||||
Reference in New Issue
Block a user