-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: blogpost how to add custom env * fix: caption
- Loading branch information
1 parent
0a0171f
commit 94e5d7c
Showing
6 changed files
with
32 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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§ion=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§ion=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§ion=tutorials){:target="_blank"} and try to complete the game.</image_caption> |
Oops, something went wrong.