Skip to content

Commit a8e55c1

Browse files
Merge pull request #12 from mohammadzainabbas/dev
Dev
2 parents 7a3eea7 + 02a2202 commit a8e55c1

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,28 @@
22

33
### Table of contents
44

5-
- [πŸ‘¨πŸ»β€πŸ’» Introduction](#introduction)
6-
- [e Getting started](#getting-started)
7-
- [πŸ‘¨πŸ»β€πŸ’» Introduction](#introduction)
8-
- [πŸ‘¨πŸ»β€πŸ’» Introduction](#introduction)
5+
- [πŸ‘¨πŸ»β€πŸ’» Introduction πŸ‘¨πŸ»β€πŸ’»](#introduction)
6+
- [πŸš€ Getting started πŸš€](#getting-started)
7+
* [βš™οΈ Prerequisites βš™οΈ](#prerequisites)
8+
* [πŸ”§ Installation πŸ”§](#installation)
9+
* [πŸƒβ€β™‚οΈ Running Demo(s) πŸƒβ€β™‚οΈ](#running-demos)
10+
* [πŸŽ‰ Results πŸŽ‰](#results)
11+
- [πŸ›  Built With πŸ› ](#built-with)
912

1013
#
1114

1215
<a id="introduction" />
1316

14-
### 1. πŸ‘¨πŸ»β€πŸ’» Introduction
17+
### 1. πŸ‘¨πŸ»β€πŸ’» Introduction πŸ‘¨πŸ»β€πŸ’»
1518

16-
This project is a part of the course __Reinforcement Learning__ at CentraleSupΓ©lec. The goal of this project is to implement a reinforcement learning algorithm to solve a problem.
19+
This repository contains the code and resources for a reinforcement learning project where we trained a robotic hand to grasp a moving ball and move it to a certain target location using PPO algorithm and using Brax physics simulation engine.
1720

1821
#
1922

23+
<a id="getting-started" />
24+
25+
### 2. πŸš€ Getting started πŸš€
26+
27+
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
28+
29+

0 commit comments

Comments
Β (0)