Coder Social home page Coder Social logo

amld_artificial_curiosity's Introduction

Artificial Curiosity: Intrinsic Motivation in Machines too!

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

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)

amld_artificial_curiosity's People

Contributors

thibaultcalvayrac avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.