-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix single item recommendation system tutorial
Summary: This diff improves the single item recommendation system tutorial in several ways: * corrects it to property work with agents returning actions rather than action indices. The current tutorial is broken and this fixes it. * makes it reflect the corresponding recently introduced unit test. It is important that they are as similar as possible so that code changes breaking the tutorial are caught by the unit test. * adds typing hints (because the unit test has them). * includes auxiliary classes in the notebook itself, so users can more readily examine them. Reviewed By: Yonathae Differential Revision: D56238638 fbshipit-source-id: b4ac39b8314379a2ef4bcaec0011ebc70fc5a941
- Loading branch information
1 parent
ddd6ac4
commit 4175432
Showing
4 changed files
with
10,604 additions
and
10,553 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
56 changes: 0 additions & 56 deletions
56
tutorials/single_item_recommender_system_example/env_model.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.