Skip to content

Commit

Permalink
added colab
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Mar 15, 2021
1 parent f216f86 commit 21d5e5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion tomsup.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 21d5e5d

Please sign in to comment.