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.
Edit sitedata/people.yml
interests:
Your research interests. Can be a single sentence or keywords seperated by;
home:
Homepagetw:
Twitter handleim:
Your photo. It can either be a web link or the link to the picture understatic/images/people/
github:
Your GitHub acount name
git pull origin
- Append a new row to
sitedata/papers.yml
- 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
make run
to check the updates locallygit add static/images/papers
git commit -am "[YOUR MSG]"
git push origin
- Append a new row to https://github.com/ucl-dark/ucl-dark.github.io/blob/master/sitedata/papers.yml
- 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
git pull origin
- Append a new item to
sitedata/news.yml
- message is in markdown format
make run
to check the updates locallygit add static/images/papers
git commit -am "[YOUR MSG]"
git push origin
- Append a new row to https://github.com/ucl-dark/ucl-dark.github.io/blob/master/sitedata/news.yml
- message is in markdown format
The following steps are optional (in case you want your modifications show immediately on the http://dark.cs.ucl.ac.uk/) :
bash deploy.sh