Skip to content
View dnnagy's full-sized avatar
  • Wigner Research Centre for Physics
  • Budapest
  • 20:06 (UTC +02:00)

Highlights

  • Pro

Block or report dnnagy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. tristeroresearch/create5 tristeroresearch/create5 Public

    Domain‑scoped, permissioned CREATE3 factory

    Solidity

  2. my_timestamp.py my_timestamp.py
    1
    import time
    2
    
                  
    3
    def timestamp():
    4
      return time.strftime("%y%m%dd%Hh%Mm%S")
  3. python_multiprocess.py python_multiprocess.py
    1
    import scipy
    2
    from scipy.stats import levy, laplace, maxwell, cauchy
    3
    import multiprocessing as mp
    4
    from datetime import datetime
    5
    
                  
  4. run-vscode.sh run-vscode.sh
    1
    PORT=$1
    2
    PASSWD=$2
    3
    mkdir -p ~/.config/code-server
    4
    printf "bind-addr: 127.0.0.1:$PORT\n\
    5
    auth: password\n\
  5. wallet_search wallet_search Public

    Rust

  6. Budapest-Quantum-Computing-Group/hybrid_latent_qrl Budapest-Quantum-Computing-Group/hybrid_latent_qrl Public

    Official code for the paper Hybrid Quantum-Classical Reinforcement Learning in Latent Observation Spaces

    Jupyter Notebook