diff --git a/README.md b/README.md index 309650f..891a8ba 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,12 @@ To get started with tomsup we recommend the tutorials in the tutorials [folder]( The tutorials are provided as Jupyter Notebooks. If you do not have Jupyter Notebook installed, instructions for installing and running can be found [here]( http://jupyter.org/install). -| Tutorial | Content | file name | -| -------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ------------------------------------------------- | -| [Introduction](https://github.com/KennethEnevoldsen/tomsup/blob/master/tutorials/paper_implementation.ipynb) | a general introduction to the features of tomsup which follows the implementation in the paper | paper_implementation.ipynb | -| [Creating an agent](https://github.com/KennethEnevoldsen/tomsup/blob/master/tutorials/Creating_an_agent.ipynb) | an example of how you would create new agent for the package. | Creating_an_agent.ipynb | -| [Specifying internal states](https://github.com/KennethEnevoldsen/tomsup/blob/master/tutorials/specifying_internal_states.ipynb) | a short guide on how to specify internal states on a k-ToM agent | specifying_internal_states.ipynb | -| [Pscyhopy experiment](https://github.com/KennethEnevoldsen/tomsup/tree/master/tutorials/psychopy_experiment) | An example of how one might implement tomsup in an experiment | Not a notebook, but a folder, psychopy_experiment | +| Tutorial | Content | file name | | +| -------- | ------- | --------- | ----- | +| [Introduction](https://github.com/KennethEnevoldsen/tomsup/blob/master/tutorials/paper_implementation.ipynb) | a general introduction to the features of tomsup which follows the implementation in the paper | paper_implementation.ipynb | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/KennethEnevoldsen/tomsup/blob/master/tutorials/paper_implementation.ipynb) | +| [Creating an agent](https://github.com/KennethEnevoldsen/tomsup/blob/master/tutorials/Creating_an_agent.ipynb) | an example of how you would create new agent for the package. | Creating_an_agent.ipynb | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/KennethEnevoldsen/tomsup/blob/master/tutorials/Creating_an_agent.ipynb) | +| [Specifying internal states](https://github.com/KennethEnevoldsen/tomsup/blob/master/tutorials/specifying_internal_states.ipynb) | a short guide on how to specify internal states on a k-ToM agent | specifying_internal_states.ipynb | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/KennethEnevoldsen/tomsup/blob/master/tutorials/specifying_internal_states.ipynb) | +| [Pscyhopy experiment](https://github.com/KennethEnevoldsen/tomsup/tree/master/tutorials/psychopy_experiment) | An example of how one might implement tomsup in an experiment | Not a notebook, but a folder, psychopy_experiment | | ## ❓ Issues and Usage Q&A diff --git a/tomsup.egg-info/PKG-INFO b/tomsup.egg-info/PKG-INFO index f996009..e2418b0 100644 --- a/tomsup.egg-info/PKG-INFO +++ b/tomsup.egg-info/PKG-INFO @@ -78,5 +78,7 @@ Platform: UNKNOWN Classifier: Development Status :: 4 - Beta Classifier: Intended Audience :: Science/Research Classifier: Topic :: Scientific/Engineering -Classifier: Programming Language :: Python :: >=3.6 +Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 Description-Content-Type: text/markdown