Skip to content
View JeremyDouglas91's full-sized avatar
Block or Report

Block or report JeremyDouglas91

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. reinforcement-learning-algorithms reinforcement-learning-algorithms Public

    A repository of classic reinforcement learning algorithms implemented in TensorFlow 2.

    Python

  2. deeprl_network deeprl_network Public

    Forked from cts198859/deeprl_network

    multi-agent deep reinforcement learning for networked system control.

    Python

  3. concurrency concurrency Public

    In this second year Computer Science assignment, in the parallel computing and concurrency module, our task was to program the back end for a forrest-growth-simulator application. The primary objec…

    Java

  4. parallel-computing parallel-computing Public

    In this second year Computer Science assignment, in the parallel computing and concurrency module, our task was to use a fork-join algorithm to create multiple threads in order to split the work of…

    Java 1

  5. binary_search_trees binary_search_trees Public

    In this second year Computer Science assignment, in the Data Structures module, our task was to compare the time complexity of the Binary Search Tree and AVL Tree search algorithms. The results are…

    Java 1

  6. hash_tables hash_tables Public

    In this second year Computer Science assignment, in the Data Structures module, our task was to analyse the time complexity for the search algorithms of certain hash table data structures, and crea…

    Java