README: humanPlayer.py does not support ColumbusConfigDefined
This commit is contained in:
parent
f05a876a36
commit
6e1d6a9fd3
@ -42,10 +42,14 @@ Contains all implemented entities (e.g. the Agent, Rewards and Enemies)
|
|||||||
|
|
||||||
Contains all 'oberservables'. These are attached to envs to define what kind of output is given to the agent. This way environments can be designed independently from the observation machanism that is used by the agent to play it.
|
Contains all 'oberservables'. These are attached to envs to define what kind of output is given to the agent. This way environments can be designed independently from the observation machanism that is used by the agent to play it.
|
||||||
|
|
||||||
|
##### Some caveats
|
||||||
|
|
||||||
|
- CNNObservable seems to be broken currently. (Fixing it is also no priority for me)
|
||||||
|
|
||||||
### humanPlayer.py
|
### humanPlayer.py
|
||||||
|
|
||||||
Allows environments to be played by a human using mouse input.
|
Allows environments to be played by a human using mouse input.
|
||||||
|
|
||||||
##### Some caveats
|
##### Some caveats
|
||||||
|
|
||||||
- CNNObservable seems to be broken currently. (Fixing it is also no priority for me)
|
- Does not yet work for ColumbusConfigDefined...
|
||||||
|
Loading…
Reference in New Issue
Block a user