This is the repository for the Efficient Algorithms for Linearly-solvable Markov Decision Processes
project. More details about the project will be added here.
The project requires the following Python libraries:
gym==0.26.2
imageio==2.31.4
matplotlib==3.8.0
minigrid==2.3.1
numpy==1.26.4
scipy==1.12.0
You can install these requirements using pip:
pip install -r requirements.txt