Farama-Foundation / Miniworld

Simple and easily configurable 3D FPS-game-like environments for reinforcement learning
http://miniworld.farama.org/
Apache License 2.0
700 stars 131 forks source link

Train and test #62

Closed lamare3423 closed 2 years ago

lamare3423 commented 2 years ago

Hello, For example, I want to train an environment using the ppo algorithm and test other environments with the network I trained. How can I do that? What does the run_tests file do in your file? Thanks.

maximecb commented 2 years ago

Hello. You would have to use a separate implementation of the PPO algorithm. The run_tests.py script is to run unit tests.