I am try to run DRL on a low speed environment and sequential learning is making me upset. is there anyway to speed up the learning process? I tried some offline deep reinforcement learning but I still need higher speed (if possible).
You are looking for Vectorized Environments. They will allow parallel interaction with your environments.