Skip to content

Commit

Permalink
Make it compatible with the room-env==0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tae898 committed Oct 13, 2022
1 parent 5a8da66 commit 541c240
Show file tree
Hide file tree
Showing 43 changed files with 8,023 additions and 3,822 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ checkpoints will be saved at `./training_results/`

## Results

| Average loss, training. | Average total rewards per episode, validation. | Average total rewards per episode, test. |
| :------------------------------------------------------: | :-------------------------------------------------------------: | :--------------------------------------------------------------: |
| ![](./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) |
| Average loss, training. | Average total rewards per episode, validation. | Average total rewards per episode, test. | Average total rewards, varying capacities, test. |
| :-----------------------------------------------------: | :----------------------------------------------------------------: | :-----------------------------------------------------------------: | :------------------------------------------------------------------: |
| ![](./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) |

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

0 comments on commit 541c240

Please sign in to comment.