waffoo / accel

accelerate reinforcement learning
MIT License
1 stars 1 forks source link

Parallel Evaluation #17

Open waffoo opened 3 years ago

waffoo commented 3 years ago

Currently, evaluation is done in a sequential manner even if the evaluation runs multiple times. Using vectorized env or something else will greatly enhance the evaluation speed and enable us to increase the number of times of evaluation.