ccrock4t / NARS-Pong

NARS Pong in Unity3D
MIT License
6 stars 1 forks source link

Compound Pong #1

Open ccrock4t opened 11 months ago

ccrock4t commented 11 months ago

The current Pong paradigm uses a very simple sensor, which feeds NARS the horizontal position of the ball relative to NARS. NARS has no idea about other information, for example, the vertical position of the ball.

The sensor can be made to include more information, such as the vertical position of the ball, to gain a more granular understanding of the environment.

And it will be a test of NARS compound term generation, since NARS will be tasked to fuse the horizontal and vertical sensor information

ccrock4t commented 11 months ago

It may require NARS modifications, which we can test with bowen-xu/PyNARS#12