This repository was archived by the owner on May 6, 2021. It is now read-only.
Commit 87a63f0
authored
added more tensorboard logs in rl experiments ... (#81)
* added Loss values for DDPG policy
* added more tensorboard logs in rl experiments.
adjusted stop conditions, for faster testing.
* formatted rl_envs.jl with JuliaFormatter
* bug fix in rl_envs.jl
1. use single @info in each step.
2. added reward log in some experiments.
3. increased step number for BasicDQN MountainCar,
due to 10000 steps is not enough for it.1 parent df55b88 commit 87a63f0
3 files changed
Lines changed: 239 additions & 99 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| |||
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
| 91 | + | |
88 | 92 | | |
89 | 93 | | |
90 | 94 | | |
| |||
133 | 137 | | |
134 | 138 | | |
135 | 139 | | |
136 | | - | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
137 | 145 | | |
138 | 146 | | |
139 | 147 | | |
140 | 148 | | |
141 | 149 | | |
142 | | - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
143 | 155 | | |
144 | 156 | | |
145 | 157 | | |
| |||
0 commit comments