JoeyAndres / rl

Reinforcement Learning library
2 stars 0 forks source link

Actuator for known environment. #35

Open JoeyAndres opened 7 years ago

JoeyAndres commented 7 years ago

At the moment, actions are selected from all sets of possible actions. This is fine when environment is unknown, but terribly inefficient for when the environment is known (note the vacuum cleaner world).

JoeyAndres commented 7 years ago

See Agent.h:20