-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved documentation for example scripts.
- Loading branch information
Showing
5 changed files
with
18 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
This directory contains a number of example experiments, scripts and jupyter notebooks. | ||
# Examples | ||
|
||
For all these examples it is assumed that the dependencies in environment.yml file have been installed. | ||
This directory contains legacy examples. | ||
|
||
If you are running locally the easiest way to install the dependencies is by using conda to create environment.yml. | ||
|
||
If you are viewing this on the web you use this [link](https://mybinder.org/v2/gh/VowpalWabbit/Coba/HEAD?filepath=examples/notebooks) to start a Jupyter environment with all dependencies installed. | ||
Many more examples can now be found in the [documentation](https://coba-docs.readthedocs.io/). |
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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Templates | ||
|
||
This directory contains two examples of environment template files. | ||
|
||
Environment templates are a great way to share experiments with other researchers. | ||
|
||
These files can be loaded via Environments.from_template("short_experiment.json"). | ||
Template files can be loaded via a call such as Environments.from_template("short.json"). |