Skip to content
#

artificial-intelligence

The branch of computer science dealing with the reproduction, or mimicking of human-level intelligence, self-awareness, knowledge, conscience, and thought in computer programs.

Here are 7,211 public repositories matching this topic...

ines
ines commented Sep 29, 2019

I was going though the existing enhancement issues again and though it'd be nice to collect ideas for spaCy plugins and related projects. There are always people in the community who are looking for new things to build, so here's some inspiration For existing plugins and projects, check out the spaCy universe.

If you have questions about the projects I suggested,

hanbaoan123
hanbaoan123 commented Feb 24, 2020

Issue Description

When I run the example cartpole with the default parameters, it can not converge to the max reward 200, I wonder what went wrong.
360截图20200224095510956

Version Information

Please indicate relevant versions, including, if relevant:

  • Deeplearning4j versi
bionicles
bionicles commented Jan 3, 2020

There's no published benchmark for IOPS on S3 storage

Would it be possible to post this alongside the other benchmarks?

S3 storage would be super cheap way to get started because it's serverless (thus more folks would potentially use gun.js)

Thank you for the useful service. I would like to see more Auth/ABAC for startup usage, right now I'm using a centralized database because it's uncle

hanbyul-kim
hanbyul-kim commented Feb 25, 2020

There are some minor warnings while building docs. It can cause future issues, so I'll fix them.
(in my environment, there are 11 warnings running the build)

/Users/hanbyulkim/Desktop/dev/sonnet/sonnet/src/axis_norm.py:docstring of sonnet.LayerNorm.init:5: WARNING: Unexpected indentation.
/Users/hanbyulkim/Desktop/dev/sonnet/sonnet/src/optimizers/momentum.py:docstring of sonnet.optimizers

TingxunShi
TingxunShi commented Feb 17, 2020

Questions and Help

What is your question?

From the document it seems there is an option --iter-decode-with-external-reranker, shared by fairseq-generate and fairseq-interactive. But when I ran the command with it, I was prompted the option is not available.

fairseq-interactive: error: unrecognized arguments: --iter-decode-with-external-reranker

My task is `transla

miguelgfierro
miguelgfierro commented Mar 29, 2019

Description

@wutaomsft suggestion:

it would be a good discussion point what is preferred way to make references in notebooks. I prefer not to have a"reference" section where references are separate from where they are referred. Instead, link the reference "in place". And then add a paragraph for "additional reading", which is more descr

Zauberfisch
Zauberfisch commented Feb 19, 2019

Documentation Is:

  • Missing
  • Needed
  • Confusing
  • Not Sure?

Explanation

Right now it seems unclear to me what amount of hardware will be required to run an instance of leon without actually running it.
The documentation should provide some suggestions of scaling for different use cases.

Proposal

  • add minimum hardware requirements
  • add recommendations fo
bodgergely
bodgergely commented Jun 12, 2017

Upon environment timeout python client will only receive the error message "Environment in wrong status for call to observations()". Might be good to provide more information why the environment is not running anymore (due to timeout etc.)

if (!is_running(self)) {
  PyErr_SetString(PyExc_RuntimeError,
  "Environment in wrong status for call to observations()");
  return NULL;
}
RootChenLQ
RootChenLQ commented Oct 30, 2019

There is nan value in multistepBucketLikelihoods, when I use my own dataset, and set _NUM_RECORDS as 6000. The error is listed as below.

multistepBucketLikelihoods = {1: {499: 1.0}, 5: {499: nan, 501: 0.0}}
File "D:\ProgramData\PythonWorkspace\nupic\docs\examples\opf\test.py", line 52, in runHotgym fiveStepConfidence = allPredictions[5][fiveStep]
File "D:\ProgramData\PythonWorkspace\nup
tensorlayer
0xtyls
0xtyls commented Jan 3, 2020

I understand that these two python files show two different methods to construct a model. The original n_epoch is 500 which works perfect for both python files. But if I change n_epoch to 20, only tutorial_mnist_mlp_static.py can achieve a high test accuracy (~0.97). The other file tutorial_mnist_mlp_static_2.py only get 0.47.

The models built from these two files looks the same for me (the s

MaJian199609
MaJian199609 commented Mar 16, 2019

I'm submitting a ... (check one with "x")

[ ] bug report
[ ] help wanted
[ ] feature request

Current behavior

Expected/desired behavior

Reproduction of the problem

If the current behavior is a bug or you can illustrate your feature request better with an example, please provide the steps to reproduce.

What is the expected behavior?

greyltc
greyltc commented Nov 25, 2018
  • Operating System: Linux
  • Serpent.AI Version: 2018.1.2
  • Backend: CPU

Expected result

sprites should be not be located if they're not on screen

Encountered result

false positive sprite location result

Steps to reproduce

i'm trying to navigate and click menu items with buttons of similar colors with

sprite_locator = SpriteLocator()
location = sprite_locato
neomatrix369
neomatrix369 commented Jan 13, 2020

Missing functionality

On the back of the issue raised - pandas-profiling/pandas-profiling#315 - I would like to request for improved documentation about removed features and alternative ways to overcome them when using the new version of pandas-profiling, starting v2.4.0.

Proposed feature

  • docs on why style={'full_width': True}, minify_html=True ca
carla
Iswed
Iswed commented Apr 1, 2019

CARLA 0.9.4 running on Windows 10. There seems to be an issue with the automatic_control and manual_control scripts when running on python 3.7 with pygame 1.9.5. The error occurs in the initialisation of the HUD instance. An indexing error in the list of fonts relating to the following lines:
fonts = [x for x in pygame.font.get_fonts() if 'mono' in x]
mono = default_font if default_font in fonts

You can’t perform that action at this time.