Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training the AI #38

Closed
Laer7 opened this issue Feb 13, 2019 · 2 comments
Closed

Training the AI #38

Laer7 opened this issue Feb 13, 2019 · 2 comments

Comments

@Laer7
Copy link

Laer7 commented Feb 13, 2019

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.

@Oceania2018
Copy link
Member

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

@mynamejoshg
Copy link

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants