Skip to content

amld/workshop-Artificial-Curiosity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artificial Curiosity: Intrinsic Motivation in Machines too!

This repository contains the code and models for the Artificial Curiosity Visium workshop at AMLD 2019.

Educational Resources & Bibliography

How to run the code on your computer?

Build a Docker image from this repository

  1. Install Docker
  2. Download this repository
  3. Open a terminal and move in the repository
    • Windows 10, Mac OS, Linux: use your favorite terminal application
    • Windows <10: use the Docker Quickstart Terminal installed with Docker Toolbox
  4. Build the Docker image: type docker build -t visium_amld_rl . (this might take a while)

Run the image

  1. Still from the repository, run the Docker image:
    • Windows Command Line: type docker run -it -p 8888:8888 -v "%cd%":/app visium_amld_rl
    • Windows PowerShell / Mac OS / Linux: type docker run -it -p 8888:8888 -v ${PWD}:/app visium_amld_rl
  2. The container will automatically start a Jupyter notebook server

How to see the notebook without running it?

  1. Simply go to http://thibaultcalvayrac.github.io/AMLD_artificial_curiosity (this page will be available during the workshop)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.8%
  • Jupyter Notebook 45.2%
  • Dockerfile 1.0%