Skip to content

Commit 2ea1750

Browse files
Adding forban and teaching material
1 parent 01d70dc commit 2ea1750

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

_config.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# General Site Settings
33
title: Fabien Pesquerel
44
logo: # You can add own logo. For example '/images/logo.png'.
5-
description: Blog of a stochastic random ascent to better understand sequential decision making under uncertainty
5+
description: Blog of a stochastic random ascent to better understand sequential decision making under uncertainty. We talk about markov decision process, reinforcement learning, bandits algorithms, stochastic optimization and research in these areas.
66
baseurl: "" # the subpath of your site, e.g. /blog
77
url: "https://fabienpesquerel.github.io" # the base hostname & protocol for your site, e.g. http://example.com
8-
blog-theme: light # By default, Atega theme uses a 'light' color scheme, to change the color scheme to dark use 'dark' value (_includes/color-scheme)
8+
blog-theme: light
99

1010

1111
#-------------------------------
@@ -41,15 +41,15 @@ contact:
4141
description: If you are interested to talk, just shoot me a message
4242

4343
# NOTE
44-
# Atega comes with a built-in contact form, that you can use with Formspree service to handle up to 50 submissions per month for free. You could also easily switch to another contact form service if you want.
44+
# built-in contact form, that you can use with Formspree service to handle up to 50 submissions per month for free. You could also easily switch to another contact form service if you want.
4545

4646

4747
#-------------------------------
4848
# Social Links (Footer)
4949
# Example of adding a new link to the footer - {icon: "ion-logo-facebook", link: "https://facebook.com"}
5050
# Other icons can be found at https://ionicons.com/v4/
5151
social:
52-
- {icon: "ion-logo-twitter", link: "https://twitter.com/randomwalk"}
52+
# - {icon: "ion-logo-twitter", link: "https://twitter.com/tobedone"}
5353
- {icon: "ion-logo-github", link: "https://github.com/fabienpesquerel"}
5454
# - {icon: "ion-logo-youtube", link: "https://youtube.com"}
5555
# - {icon: "ion-logo-pinterest", link: "https://pinterest.com"}
@@ -93,6 +93,7 @@ permalink: /:title
9393
plugins:
9494
- jekyll-paginate
9595
- jekyll-sitemap
96+
- jekyll-seo-tag
9697
- jekyll/tagging
9798

9899
paginate: 9

_includes/head.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% seo %}
12
<head>
23
<meta charset="utf-8">
34
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -30,4 +31,4 @@
3031
{% endcapture %}
3132
{{ include_to_scssify | scssify }}
3233
</style>
33-
</head>
34+
</head>

_pages/teaching.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ image: '/images/08.jpg'
88
## Current
99

1010
- Reinforcement Learning, École Centrale Supélec, 2021, M2 (with [Odalric-Ambrym Maillard](http://odalricambrymmaillard.neowordpress.fr/))
11+
- Practical Session 1: [MDP](https://www.eleves.ens.fr/home/pesquere/)
12+
- Practical Session 2: Stochastic Bandits
1113
- Reinforcement Learning, École Polytechnique, 2021, M2 [AI ViC](https://programmes.polytechnique.edu/en/master-all-msct-programs/artificial-intelligence-advanced-visual-computing-master/faculty) (with [Odalric-Ambrym Maillard](http://odalricambrymmaillard.neowordpress.fr/))
1214

1315
## Previous

_posts/2021-02-20-bandit-environment.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ layout: post
33
title: Bandit environment
44
date: 2021-02-20
55
image: '/images/08.jpg'
6-
tags: Bandit, sequential learning
6+
tags: Bandit Sequential learning
77
---
88

9-
The github repository is available [here](https://github.com/fabienpesquerel/MCMC).
9+
The github repository is available [here](https://github.com/fabienpesquerel/forban).
1010

1111
## Description
1212

0 commit comments

Comments
 (0)