Skip to content

Commit 541c240

Browse files
committed
Make it compatible with the room-env==0.2.2
1 parent 5a8da66 commit 541c240

File tree

43 files changed

+8023
-3822
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+8023
-3822
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ checkpoints will be saved at `./training_results/`
2424

2525
## Results
2626

27-
| Average loss, training. | Average total rewards per episode, validation. | Average total rewards per episode, test. |
28-
| :------------------------------------------------------: | :-------------------------------------------------------------: | :--------------------------------------------------------------: |
29-
| ![](./figures/des_size%3Dl-capacity%3D32-train_loss.svg) | ![](./figures/des_size=l-capacity=32-val_total_reward_mean.svg) | ![](./figures/des_size=l-capacity=32-test_total_reward_mean.svg) |
27+
| Average loss, training. | Average total rewards per episode, validation. | Average total rewards per episode, test. | Average total rewards, varying capacities, test. |
28+
| :-----------------------------------------------------: | :----------------------------------------------------------------: | :-----------------------------------------------------------------: | :------------------------------------------------------------------: |
29+
| ![](./figures/des_size=l-capacity=32-train_loss-v1.svg) | ![](./figures/des_size=l-capacity=32-val_total_reward_mean-v1.svg) | ![](./figures/des_size=l-capacity=32-test_total_reward_mean-v1.svg) | ![](./figures/des_size=l-capacity=all-test_total_reward_mean-v1.svg) |
3030

3131
Also check out [`./models/`](./models) to see the saved training results. The `test_debug`
3232
results might especially be interesting to you.

0 commit comments

Comments
 (0)