AI4Finance-Foundation / AI4Finance-Foundation/FinRL

Question : DRL_prediciton : if deterministic=True then no actions are taken after the first one

Open
#1,139 1 comment 2 reactions 0 assignees View on GitHub
discussion
Dominant language
Jupyter Notebook
Stars
16.3k
Forks
3.5k
PR merge metrics
No merged PRs in 30d

Description

So after training my model for 10,000 steps or 10,000,000 steps, when I go to test it with deterministic = true then the model doesn't take any actions.

It'll just pick a random action, spam it 10 times then output 0 until the episode ends.

I'm not entirely sure why, are there others who have faced this issue and overcame it? I have tried with various settings but in my testing/playing around every single trained model does essentially no active trading or decision making after 10 steps.

There is clear progress with my training with rewards increasing and good actions being made

So I guess my question is: What is a good way to ensure that the model will actually take actions when trying to deterministically test?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.