DeNA / HandyRL

HandyRL is a handy and simple framework based on Python and PyTorch for distributed reinforcement learning that is applicable to your own environments.
MIT License
282 stars 41 forks source link

feature: observation switch in agent class #306

Closed YuriCat closed 2 years ago

YuriCat commented 2 years ago

observation config should be able to set both by each environment and each agent.

For example, in a Geister environment, it is normal to set up the ability to observe on the opponent's turn, but it is possible for some agents to play without observing.