Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ghzhao78506/EduSim
Browse files Browse the repository at this point in the history
  • Loading branch information
ghzha0 committed Mar 16, 2021
2 parents f4c2859 + 558bd35 commit ca9cbf9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion EduSim/Envs/KSS/Env.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from EduSim.Envs.meta import Env

import numpy as np
import pytest
from EduSim.Envs.KSS.meta.Learner import LearnerGroup, Learner
from EduSim.Envs.shared.KSS_KES import episode_reward
from EduSim.spaces import ListSpace
Expand Down
4 changes: 0 additions & 4 deletions EduSim/Envs/KSS/meta/ItemBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@


class KSSItemBase(ItemBase):
"""
Example
-------
"""
def __init__(self, knowledge_structure: (Graph, DiGraph), learning_order=None, items=None, seed=None,
reset_attributes=True):
self.random_state = np.random.RandomState(seed)
Expand Down

0 comments on commit ca9cbf9

Please sign in to comment.