Skip to content

Commit

Permalink
Feature/add env blogpost (#26)
Browse files Browse the repository at this point in the history
* feat: blogpost how to add custom env

* fix: caption
  • Loading branch information
michele-milesi authored Feb 20, 2024
1 parent 0a0171f commit 94e5d7c
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
27 changes: 27 additions & 0 deletions _posts/2024-02-20-add-new-environment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: "Super Mario Bros Environment in SheepRL"
author: Michele Milesi
excerpt: "Our tutorial on how to add the Super Mario Bros environment in SheepRL is now available!"
tags:
published: true
layout: post
image_header: cover
current: post
cover: assets/images/super_mario_bros/sheeprl-smb_3.png
navigation: True
class: post-template
subclass: 'post'
---

### Add the Super Mario Bros environment
You can find the tutorial on how to add the Super Mario Bros environment [here](https://lightning.ai/or-bix-srl/studios/sheeprl-how-to-integrate-super-mario-bros-enviroment?view=public&section=tutorials){:target="_blank"}. This tutorial is shared thanks to Lightning Studio <img src="/assets/images/lightning_logo.webp" style="display: inline;height: 30px;width: 30px;position: relative;margin: -5px;top: 0px;"/>: a new powerful platform that enables you to develop your Machine Learning programs on the cloud as you are using your laptop.
You do not need to install anything, just duplicate the Studio and start implementing your solution.

### Add any environment in which you want to train your agents
The tutorial uses the Super Mario Bros environment as an example, anyway, you can add any environment you want, there are other examples in the [SheepRL envs folder](https://github.com/Eclectic-Sheep/sheeprl/tree/main/sheeprl/envs){:target="_blank"}. From simple ones like Crafter and Diambra to more complex ones like Minecraft.

[Let's start now!](https://lightning.ai/or-bix-srl/studios/sheeprl-how-to-integrate-super-mario-bros-enviroment?view=public&section=tutorials){:target="_blank"}

<video muted autoplay loop controls>
<source src="/assets/videos/super_mario_dreamerV3.mp4" type="video/mp4" />
</video><image_caption style="margin-bottom:28px; width: 100%; text-align: center; display: block;">Video 1: DreamerV3 in the Super Mario Bros environment. Follow [our tutorial](https://lightning.ai/or-bix-srl/studios/sheeprl-how-to-integrate-super-mario-bros-enviroment?view=public&section=tutorials){:target="_blank"} and try to complete the game.</image_caption>
Loading

0 comments on commit 94e5d7c

Please sign in to comment.