Skip to content

Releases: Jjschwartz/NetworkAttackSimulator

v0.7.2

26 Nov 00:15
Compare
Choose a tag to compare

2020-09-20 (v 0.7.2) (MICRO release)

  • Fixed bug with 're-registering' Gym environments when reloading modules
  • Added example implementations of Tabular Q-Learning: agents/ql_agent.py and agents/ql_replay.py
  • Added Agents section to docs, along with other minor doc updates