BotSharp icon indicating copy to clipboard operation
BotSharp copied to clipboard

Training the AI

Open Laer7 opened this issue 6 years ago • 2 comments

Hello!

I'm fairly new to Machine Learning in general, so this may be an easy fix, but I'm getting exceptions when trying to train the AI. Specifically a null reference exception on line 131 in PlatformBuilderBase.cs in the Core project.

From the documentation, it wasn't exactly clear how to setup an agent and then what training data to use to really get started with training the AI. I created a zip file with a "meta.json" file and a file called "agent.json", both of which have the same file contents:

{ "Id": "test", "Name": "test", "Platform": "Dialogflow", "ClientAccessToken": "test", "DeveloperAccessToken": "test", "Integrations": [] }

This was the only way I was able to get it to start working at all, but maybe this is where I went wrong? Do there need to be 2 files? What contents need to be in the files?

I think this project is great! I just need a bit of help getting everything setup to be able to debug locally so I can start adding to the project. I am not using Docker.

Laer7 avatar Feb 13 '19 14:02 Laer7

@Laer7 Go to the chat room, check the conversation history, you will get the answer.

Oceania2018 avatar Feb 13 '19 16:02 Oceania2018

@Laer7 Go to the chat room, check the conversation history, you will get the answer.

The link is dead. Where else can I find the info?

mynamejoshg avatar Jul 18 '20 09:07 mynamejoshg