luzbel / VigasocoSDL

Temporal workspace for newest version of VigasocoSDL while the full history is recovered
16 stars 9 forks source link

REST request to reset the game #1

Closed bazarum closed 5 years ago

bazarum commented 6 years ago

We need a REST command to reset to the initial state of the game. The endpoint can be something like:

/cmd/R or /reset

and pass a json with the initial values like: { "pathName": "abadia_", "agent": "agentv1", "model": "abadia_DQN", "modelVersion": "0.0.1" "user": "juantomas" } All this values will be stored and we will use it to localize games.

luzbel commented 6 years ago

Primera versión https://github.com/luzbel/VigasocoSDL/commit/3a08481b2f8fc4bbe76e296395cc8230690b5323

TODO: Falta ver si hay que limpiar el marcador cuando hay algun mensaje escribiendose para no liar a la IA con un mensaje de la partida anterior

Esta versión aún no acepta un json con valores iniciales

bazarum commented 6 years ago

No voy a necesitar los valores iniciales por que parece que tiene mucho más sentido que los mantenga el agente, por que puede y por que los necesita gestionar el.

luzbel commented 5 years ago

Estas peticiones se resolverán en el repositorio independiente de la versión optimizada para la IA en la organización LaAbadIAdelCrimen , ya que no aplican a la versión estándar del juego.

https://github.com/LaAbadIAdelCrimen/VigasocoSDL-AI