Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
iminders committed Mar 20, 2020
1 parent df16f57 commit 7189bfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -115,19 +115,19 @@ python3 -m tbase.run --alg ddpg --num_env 1 --gamma 0.53 --seed 9 --print_action

**Defalut policy net setting(actor)**

![actor](https://github.com/tradingAI/tbase/tree/master/tbase/agents/ddpg/images/policy.png)
![actor](tbase/agents/ddpg/images/policy.png)

**Defalut value net setting(critic)**

![critic](https://github.com/tradingAI/tbase/tree/master/tbase/agents/ddpg/images/value.png)
![critic](tbase/agents/ddpg/images/value.png)

运行tensorboard

`tensorboard --logdir=/tmp/tbase/tensorboard`

可以在[http://localhost:6006](http://localhost:6006/)中查看训练的loss, reward ,portfolio, time等指标

![loss](https://github.com/tradingAI/tbase/tree/master/images/default_param.png)
![loss](images/default_param.png)

# 加载模型

Expand Down

0 comments on commit 7189bfe

Please sign in to comment.