JackCaster
JackCaster
I looked at the logs in `70_driver_log.txt` that seem to confirm my suspect (notice the double `\\`): ``` [context_manager_injector.py] Command line Options: Namespace(inject=['ProjectPythonPath:context_managers.ProjectPythonPath', 'RunHistory:context_managers.RunHistory', 'TrackUserError:context_managers.TrackUserError'], invocation=['--connection_string', 'DefaultEndpointsProtocol=http\\;AccountName=xxx\\;AccountKey=xxxxxx\\;']) ```
@likebupt This has not being solved, unfortunately.
I uploaded the bag and config files [here](https://drive.google.com/drive/folders/1EBWJFoBLK8ZNcUrtqhkBG2DlzZM40SkT?usp=sharing). I hope there is everything you need. I think the camera / imu calibration params may be a bit off but I...
Hey I was just wondering if anybody had a change of looking at the data I uploaded. I am really curious to get this algo to work!
I tried the tutorial but that seems outdated too. For example, in the section "Organizing into Processes" I get: ``` Traceback (most recent call last): File "/workspaces/accumulate/scrapbook/psyneulink/hello-world.py", line 18, in...
I am going through the _Basics and primer_ but got stuck at [Dynamics of Execution](https://princetonuniversity.github.io/PsyNeuLink/BasicsAndPrimer.html#dynamics-of-execution): ```python # Modify consruction of decision Mechanism: decision = DDM(name='DECISION', input_format=ARRAY, reset_stateful_function_when=AtTrialStart(), function=DriftDiffusionIntegrator(noise=0.5, threshold=20) )...
> The blocks of code on the primer page are less like a sequence of things to run and more like chunks of a script. So > > ``` >...
> You can write a function which make a traversal in your model to set initial membrane potential. For example: > > ```python > def set_initial(model, value): > for module...
Yes exactly, I think I need a parameter `v_init` that by default is set to `0.0`. Where is the right place to add this parameter. I usually subclass the base...
I understand now. The log I could see from docker was incomplete. It is complaining that there is no package for arm64 (I am on Apple Silicon). Any plans to...