Closed lamare3423 closed 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.
Hello. You would have to use a separate implementation of the PPO algorithm. The run_tests.py script is to run unit tests.
run_tests.py
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.