Ming Zhu

Results 100 comments of Ming Zhu

if you use finrl-meta, pls download https://github.com/AI4Finance-Foundation/FinRL-Meta.

pls try Arguments(agent_class=agent, env=env). Recently, elegantrl is updated.

You are welcome. We will first refactor FinRL-Meta, and then move FinRL-Meta to FinRL and refactor FinRL. For detailed plans, we will list them in Azure DevOps. Could you tell...

I added you as a member. ![未命名](https://user-images.githubusercontent.com/43677883/176629676-f73a1aac-6b43-40f5-a8f3-0cec136c8715.png)

I tried your github user, but failed. You may need to enter Azure DevOps. ![image](https://user-images.githubusercontent.com/43677883/176630692-15291401-cb05-415c-8aee-998d62c3df1a.png)

I added [email protected] ![image](https://user-images.githubusercontent.com/43677883/176660893-0c2ee275-c81b-401a-893e-906aacad2b86.png)

we will use github projects as software engineering tool, I will invite you.

Pls accept it in github. Thanks.

@sjmitche9 thanks for your interest. I will invite you as a collaborator.

> @XiaoYangLiu-FinRL If I understood the code correctly,ElegantRL is used in DRL step. I mean use Numba in preprocessing data step, like here: > > ``` > data = DP.clean_data(data)...