This repository was archived by the owner on Feb 22, 2024. It is now read-only.
Refactor
- Step: Return fees and cost from step info (
f395d95
) - Step: Return fees and cost from step info (
4e5b779
) - Render: Show figure is optional with env parameter (
0a61245
) - reward: Better reward penalty for holding (
f43b616
) - reward: Fees doesn't effect reward (
64b23e9
) - step: Initial money as penalty then illegal move (
ae4b31a
) - Observation Space: -INF lower bound (
bb39b87
) - Reward: Get high reward on good trade and penalty on holding (
04006bd
) - Reward: No total reward. Better reward on hold (
8a719bc
) - Reward: Return accumulated total reward instead of step reward (
02ba466
) - Step: Change return done into two separate done (
71e579e
) - Step Function: Implementing legal action mask on every step (
11f8e5c
) - Reward Function: Changed for better strategy (
fca1e04
) - Observation Space: Added future price for window size (
5d6043f
) - Env: Added custom feature size (
ea48de5
)
Feature
- Continuous Action space: Now action space is a regression space (
cd86c6f
)