Skip to content

Commit

Permalink
Fix names and date
Browse files Browse the repository at this point in the history
  • Loading branch information
belerico committed Dec 14, 2023
1 parent 422d2b1 commit 20bf731
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion _posts/2023-05-17-welcome.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "SheepRL is out!"
author: Davide
author: Davide Angioni
excerpt: "Scalable, high-performance, easy-to-use, extensible, production-oriented Reinforcement Learning framework."
tags:
published: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-05-18-ppo_intro.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Unleashing the Power of PPO"
author: Davide
author: Davide Angioni
excerpt: "Proximal Policy Optimization: A Versatile Breakthrough in Reinforcement Learning"
tags: ppo
published: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-06-14-sac-ae.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "SAC-AutoEncoder"
author: Federico
author: Federico Belotti
excerpt: "End-to-End Reinforcement Learning from images"
tags: sac
published: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-06-16-dreamer_v1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Dreamer V1"
author: Michele
author: Michele Milesi
excerpt: "Our PyTorch implementation of DreamerV1."
tags:
published: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-06-26-p2e.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Plan2Explore"
author: Michele
author: Michele Milesi
excerpt: "P2E - an exploration algorithm based on Dreamer"
tags:
published: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-07-06-dreamer_v2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Dreamer V2"
author: Federico
author: Federico Belotti
excerpt: "Our PyTorch implementation of DreamerV2."
tags:
published: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-08-10-dreamer_v3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Dreamer V3"
author: Michele
author: Michele Milesi
excerpt: "Our PyTorch implementation of DreamerV3."
tags:
published: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-10-10-from_0_to_rl.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "From 0 to RL with SheepRL"
author: Federico
author: Federico Belotti
excerpt: "In the last few months we have achieved a lot with SheepRL, solving difficult environments like Minecraft, Diambra, Crafter and more. In this blogpost we want to provide an overview and share what has been accomplished, as well as outline our future directions."
tags:
published: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "A2C: a practical implementation with SheepRL"
author: Federico
author: Federico Belotti
excerpt: "Reinforcement Learning is a powerful tool for solving complex problems. In this article we will introduce you Reinforcement Learning, with a focus on the Advantage Actor Critic (A2C) algorithm, and we will show you how to use SheepRL to train an agent in different environments."
tags:
published: true
Expand Down

0 comments on commit 20bf731

Please sign in to comment.