Skip to content
#

adaptive

Here are 226 public repositories matching this topic...

Gustav0ar
Gustav0ar commented Mar 19, 2019

Bug Report

What is the expected behavior?

To wiki show the correct way to be used now.

What is the current behavior?

I updated to latest beta 24, and saw that $media got deprecated, but docs still shows the old way for listening for MediaChange (using it).
I couldn't find a way to get the asObservable from MediaObserver that is not from $media like it shows in changelog.

SilverDash
SilverDash commented Mar 13, 2020

So I took the example (adaptive) And tried my hand at setting it up for NES games. (I set it up for mario first)

But I get this error. I have a feeling it's related to those inputs and outputs at the top of the python file.

The input coordinates and the output coordinates. I didn't really understand them so I don't know how to set it up for NES (if that's even the issue at all)

sharikrish
sharikrish commented Jan 23, 2020

Followed by a discussion with @franasa , @bussec; we have come up with the below schema for cell object.

Cell:
    discriminator: AIRR
    type: object
    required:
        - cell_id 
        - rearrangements  
        - virtual
    properties:
        cell_id:
            type: string
            description: >
                Identifier defining the cell of origin for the q
eblen
eblen commented May 23, 2017

The simple test in the README doesn't work:

run a simple test

cd adaptive/tests/
python test_simple.py

  1. The directory name is wrong. It should be 'adaptivemd/tests/'
  2. The MongoDB database has to be running, which is not mentioned.
  3. It generates an assertion error:

(python2) macbook>python ./test_simple.py
changed state to booting
changed state to running
task succeeded
re

C++ implementation of neural networks library with Keras-like API. Contains majority of commonly used layers, losses and optimizers. Supports sequential and multi-input-output (flow) models. Supports single CPU, Multi-CPU and GPU tensor operations (using cuDNN and cuBLAS).

  • Updated Mar 13, 2020
  • C++

Improve this page

Add a description, image, and links to the adaptive topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the adaptive topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.