Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Horizon wrapper #21

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test1
  • Loading branch information
jinjuncheng committed Jan 25, 2019
commit 0ebf5d2b1ae4c9b13f39ce46a7d10ff335556dfe
1 change: 1 addition & 0 deletions rl_portfolio_management/wrappers/softmax_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ def step(self, action):
#print('action in softmax after', action.shape)

return self.env.step(action)