Skip to content

Commit

Permalink
updated readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
Spinkoo committed Jun 12, 2024
1 parent 429eecc commit 8ea2231
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ What things you need to install the software and how to install them:

### Installing

1. Clone the repo
1. Clone the repo : `git clone --recursive https://github.com/Spinkoo/Matlab2TorchRL` (to get the Matlab2Py submodule)
2. Navigate to the project directory
3. Install requirements.txt `pip install -r requirements.txt`
4. [Install Matlab engine for Python](https://fr.mathworks.com/help/matlab/matlab_external/get-started-with-matlab-engine-for-python.html)
Expand Down
2 changes: 1 addition & 1 deletion gyms/envs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

`maze_env.py` is a custom Gym environment wrapper for the Matlab simulation. It provides an interface for reinforcement learning algorithms to interact with the simulation, enabling the training of agents to navigate through a maze.

<p align="center"><img src="../../images/OpenAi-gym.png"></p>
<p align="center"><img src="../../images/openaiGYM.png"></p>

### Key Features

Expand Down
File renamed without changes

0 comments on commit 8ea2231

Please sign in to comment.