Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DorinDaniil authored Nov 26, 2024
1 parent 84d8364 commit 2ecd7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ For additional demo experiments we have implemented a VAE. We borrowed it from t
# VAE with Gumbel Softmax TopK latent space
python vae_gumbel_softmax_topk.py

# Reinforce training in the [Acrobot environment](https://www.gymlibrary.dev/environments/classic_control/acrobot/)
# Reinforce training in the Acrobot environment
python reinforce.py
```
2. As you finished the training and testing of all the models, you can see the results of sampling and reconstruction methods in the directory `demo/results`.

0 comments on commit 2ecd7d6

Please sign in to comment.