Skip to content

ucl-dark/ucl-dark.github.io

 
 

Repository files navigation

The UCL Deciding, Acting, and Reasoning with Knowledge (DARK) Lab is a Reinforcement Learning research group at the UCL Centre for Artificial Intelligence. We focus on research in complex open-ended environments that provide a constant stream of novel observations without reliable reward functions, often requiring agents to create their own curricula and to deal with external knowledge, natural language, and hard exploration problems.

Update your information

Edit sitedata/people.yml

  • interests: Your research interests. Can be a single sentence or keywords seperated by ;
  • home: Homepage
  • tw: Twitter handle
  • im: Your photo. It can either be a web link or the link to the picture under static/images/people/
  • github: Your GitHub acount name

Steps to add your papers

On commandline:

  1. git pull origin
  2. Append a new row to sitedata/papers.yml
  3. Add an image of the paper to static/images/papers
    • file name should be "[YOUR PAPER UID].jpg" (png format not supported currently)
    • the file size should be less than 500kb
  4. make run to check the updates locally
  5. git add static/images/papers
  6. git commit -am "[YOUR MSG]"
  7. git push origin

On the web interface:

  1. Append a new row to https://github.com/ucl-dark/ucl-dark.github.io/blob/master/sitedata/papers.yml
  2. Upload an image of the paper to https://github.com/ucl-dark/ucl-dark.github.io/tree/master/static/images/papers
    • file name should be "[YOUR PAPER UID].[jpg/png]"
    • note the name of the image should be the same as paper id

Add a news

On commandline:

  1. git pull origin
  2. Append a new item to sitedata/news.yml
    • message is in markdown format
  3. make run to check the updates locally
  4. git add static/images/papers
  5. git commit -am "[YOUR MSG]"
  6. git push origin

On the web interface:

  1. Append a new row to https://github.com/ucl-dark/ucl-dark.github.io/blob/master/sitedata/news.yml
    • message is in markdown format

Steps to update the site

The following steps are optional (in case you want your modifications show immediately on the http://dark.cs.ucl.ac.uk/) : bash deploy.sh

About

UCL Deciding, Acting, and Reasoning with Knowledge (DARK) Lab

Resources

License

Stars

Watchers

Forks

Languages

  • HTML 50.8%
  • JavaScript 47.4%
  • Other 1.8%