Commit Graph

290 Commits

Author SHA1 Message Date
Thomas Simonini
50e95b354a Adding unit2 bonus illustration 2022-05-30 16:12:53 +02:00
Thomas Simonini
e78e44a114 Create readme.md for unit2-bonus 2022-05-30 16:07:29 +02:00
Thomas Simonini
9664ef096b Update readme links 2022-05-30 16:04:29 +02:00
Thomas Simonini
77abdfe1e1 Moved unit1-bonus folder -> unit1 2022-05-30 16:01:50 +02:00
Thomas Simonini
2fe6758550 Create Unit 1 Bonus 2022-05-30 16:00:30 +02:00
Thomas Simonini
afe8a66ff6 Merge pull request #41 from JonathanSum/main
Adding a comment as a solution for the rebasing issue.
2022-05-30 15:51:04 +02:00
Thomas Simonini
d550b86735 Merge pull request #42 from YaYaB/patch-2
Fix typo in Readme
2022-05-30 14:41:29 +02:00
Thomas Simonini
d5224c40bf Merge pull request #43 from RedTachyon/gym-0.24
(Again) Update gym in Unit 2
2022-05-30 14:41:03 +02:00
Thomas Simonini
503b68357d Update the mistake with revert 2022-05-29 15:42:48 +02:00
Thomas Simonini
baef4733c1 Revert "Fix bug with agent evaluation for very long episodes"
This reverts commit 591c8ccb75, reversing
changes made to f74adfb0a2.
2022-05-29 15:27:59 +02:00
Thomas Simonini
16a76eb540 Update Notebook (epsilon greedy function bug pointed by sambit) 2022-05-29 15:22:26 +02:00
Ariel Kwiatkowski
c2259d8188 Update unit2.ipynb 2022-05-28 11:15:09 +02:00
YaYaB
014ad39575 Fix typo in Readme 2022-05-27 13:35:15 +02:00
Jonathan Sum
1d4b1b21ad update
update
2022-05-25 09:45:30 -04:00
JonathanSum
f85c8c7f27 Created using Colaboratory 2022-05-25 06:41:21 -07:00
JonathanSum
365339075c Merge pull request #1 from huggingface/main
update from source
2022-05-25 06:32:36 -07:00
Omar Sanseviero
591c8ccb75 Fix bug with agent evaluation for very long episodes
fix bug in evaluate_agent (issue #37)
2022-05-24 14:08:00 +02:00
unfinity
348524e1df fix evaluate_agent (issue #37) 2022-05-24 13:46:41 +03:00
unfinity
29e44a2e45 fix evaluate_agent (issue #37) 2022-05-24 13:41:55 +03:00
Thomas Simonini
f74adfb0a2 Merge pull request #38 from RedTachyon/gym-commit
Fix gym version (specific commit)
2022-05-24 08:50:00 +02:00
Ariel Kwiatkowski
2f1d427fa1 Fix gym commit 2022-05-23 16:09:09 +02:00
Omar Sanseviero
e8db3137fd Unit 2: Add imageio packages, fix assignments and variable names, and improved wording
Unit 2: Add imageio packages, fix assignments and variable names, etc
2022-05-22 21:52:44 +02:00
Daisuke Shimamoto
1b1ab4eeb9 Fix repo_name 2022-05-23 00:44:49 +09:00
Daisuke Shimamoto
09c98129d7 Make filling in username more explicit 2022-05-23 00:37:21 +09:00
Daisuke Shimamoto
a1be350c21 Remove unused variables inside push_to_hub 2022-05-23 00:33:25 +09:00
Daisuke Shimamoto
98dbf16f33 Fix unit2 notebook
- Add imageio and imageio_ffmpeg
- Add assignment for Qtable_frozenlake
- Fix variable name from `random_int` to `random_num`
- Fix variable name from `Q` to `Qtable`
- Use `repo_id` for Huggingface API
- Blank out repo_id
- Replace reference to Lunar environment (from Unit 1)
2022-05-22 23:07:23 +09:00
Thomas Simonini
424f376349 Update README.md 2022-05-20 13:57:47 +02:00
Thomas Simonini
209703d207 Update README.md 2022-05-20 13:50:58 +02:00
Thomas Simonini
31d9541247 Update readme for part 2 2022-05-20 13:50:28 +02:00
Thomas Simonini
2bbff9884f Push Unit 2 notebook 2022-05-20 13:47:10 +02:00
Thomas Simonini
7f56f5053e Update README.md 2022-05-19 20:10:56 +02:00
Thomas Simonini
bc6190f223 Adding links thanks @ironbar 2022-05-19 20:10:34 +02:00
Thomas Simonini
0acf986a22 Update README.md 2022-05-18 18:39:57 +02:00
Thomas Simonini
27de2b5cdf Add links 2022-05-18 17:20:07 +02:00
Thomas Simonini
5067867c83 Update unit 2 2022-05-18 17:19:03 +02:00
Thomas Simonini
0ae729c8c1 Merge pull request #29 from huggingface/unit2
Unit2 publish
2022-05-18 17:17:45 +02:00
Thomas Simonini
6e95bad135 Upload discord_channels.jpg 2022-05-18 11:27:24 +02:00
Thomas Simonini
889be9fd6c Adding Unit 2 bases 2022-05-18 11:26:09 +02:00
SuperSecureHuman
aff7898bf0 Merge branch 'huggingface:main' into main 2022-05-18 10:12:17 +05:30
Sambit Mukherjee
fea234e5e2 Added Unit 1 Special Content: Optuna Guide.
Wrote a notebook on how to use Optuna for hyperparameter tuning of Unit 1's PPO model for the "LunarLander-v2" Gym environment.
2022-05-17 16:10:07 +05:30
Thomas Simonini
584a7722fa Update readme (bonus) 2022-05-11 15:23:42 +02:00
Thomas Simonini
744fdbfb98 Update leaderboard link to Chris 2022-05-11 15:23:08 +02:00
Omar Sanseviero
aa2b413c1b Remove extraneous asterisks #17
Remove extraneous asterisks
2022-05-10 09:25:35 +02:00
Thomas Simonini
38347eeb5a Adding Unit 1 link 2022-05-08 18:48:20 +02:00
SuperSecureHuman
d7e4ff3095 Minor changes 2022-05-08 07:26:57 +05:30
SuperSecureHuman
4339cf1c93 Add tensorboard logging 2022-05-08 07:26:22 +05:30
SuperSecureHuman
c97b23b726 Add package to hub 2022-05-08 06:47:12 +05:30
SuperSecureHuman
6a7f65563c Added wandb logging 2022-05-07 22:17:45 +05:30
Krzysztof Woś
85edc958f2 Remove extraneous asterisks 2022-05-08 00:47:03 +09:00
Thomas Simonini
83264b9968 Change google form to mailchimp form links 2022-05-07 10:00:25 +02:00