laszukdawid / ai-traineree

PyTorch agents and tools for (Deep) Reinforcement Learning
http://ai-traineree.readthedocs.io/
Apache License 2.0
25 stars 6 forks source link

Dummy agent #16

Closed laszukdawid closed 2 years ago

laszukdawid commented 2 years ago

What

Create an agent which returns random values according to specifications.

Why

Mainly for testing and debugging. When running experiments there's plenty of things that'll be broken. Having agent that returns specific values we can debug where the problem is, i.e. whether that's agent, environment, life cycle management...

laszukdawid commented 2 years ago

Merged with #24