rl-2023 / rl-2023-final-project

0 stars 0 forks source link

Pressureplate visuals not rendering #4

Closed jonasbarth closed 3 months ago

jonasbarth commented 4 months ago

Context

There is an issue with the pressureplate environment not rendering due to missing images. Find out why.

MicheleMusacchio commented 4 months ago

@jonasbarth you can download the imgs from the repo and put it in the folder where you have the pressureplate package. It still don't allow you doing the rendering tho because there is a bug in the functions doing the rendering.

jonasbarth commented 4 months ago

I had a look at the rendering issues and there were two problems:

I fixed these two things by forking the original repo into our organisation and pointing our pyproject toml to our fork instead of the other one. You just need to merge the main branch into dev to get the changes and then uninstall and reinstall the pressureplate package with pip install -e .[dev,test]

jonasbarth commented 3 months ago

In the main branch I have added a command line flag --render that renders the environment if set.