Skip to content

Solar system environment and increased number of timesteps per episode.

Adian Khair Øllegaard requested to merge weekwork into main

I have created a solar system environment with stable episodes and changed the rendering method in order to increase the number timesteps per episode. Instead of rendering in "real-time" using pygame. The entire episode is now run after which the data is saved as a txt file. This txt file can then be used to create a matplotlib animation.

Merge request reports