Ml-agents: Link to TensorflowSharp plugin is dead

Created on 4 Mar 2019  路  7Comments  路  Source: Unity-Technologies/ml-agents

Most helpful comment

If you don't mind, Can you replace those link with a information .md file something like 'We have a plan to bring a new our inference engine' ?
I tried to find the plugin almost an hour and I finally found this issue.

All 7 comments

@mbaske That is because we are switching to our own native inference engine in new versions of ML-Agents. This is by intent.

What does this mean and what are the resulting effects of this? Does this mean that all Tensorflow support will not be possible anymore?

This means that you can _train_ or write code that uses the TensorFlow API but when you deploy the model on a device, inference is done via our native inference engine.

If you don't mind, Can you replace those link with a information .md file something like 'We have a plan to bring a new our inference engine' ?
I tried to find the plugin almost an hour and I finally found this issue.

thanks @Cliwo - I've added this and will be updated in the 0.8 release.

https://github.com/Unity-Technologies/ml-agents/pull/1893

What do you mean by inference being done using the built in inference?
Wouldn't we just train our models and then use them?

@mbaske @eshvk @unityjeffrey TensorFlow.NET can build graph, train model and inferring. One library for all tensorflow related tasks. There are many examples you can take.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

GeriBP picture GeriBP  路  3Comments

gerardsimons picture gerardsimons  路  3Comments

MrGitGo picture MrGitGo  路  4Comments

MarkTension picture MarkTension  路  3Comments

scotthovestadt picture scotthovestadt  路  4Comments